mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
8 lines
218 B
INI
8 lines
218 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = khoj.app.settings
|
|
pythonpath = . src
|
|
testpaths = tests
|
|
addopts = --reuse-db --nomigrations
|
|
markers =
|
|
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')
|