mirror of
https://github.com/khoj-ai/khoj.git
synced 2026-01-29 08:23:35 -05:00
8 lines
203 B
INI
8 lines
203 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = khoj.app.settings
|
|
pythonpath = . src
|
|
testpaths = tests
|
|
addopts = --reuse-db
|
|
markers =
|
|
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')
|