khoj/pytest.ini

7 lines
182 B
INI
Raw Permalink Normal View History

[pytest]
DJANGO_SETTINGS_MODULE = khoj.app.settings
pythonpath = . src
testpaths = tests
markers =
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')