Improve DB clean up after test runs

This commit is contained in:
Debanjum
2025-06-06 14:46:09 -07:00
parent 6ac1530816
commit 257c238a88
2 changed files with 8 additions and 0 deletions

View File

@@ -2,5 +2,6 @@
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"')