/ pytest.ini
pytest.ini
1 [pytest] 2 DJANGO_SETTINGS_MODULE = khoj.app.settings 3 pythonpath = . src 4 testpaths = tests 5 addopts = --reuse-db 6 markers = 7 chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')