mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
a474c31e02
- Our pypi package currently does not work because the django app and associated database is not included. To remedy this issue, move the app into the src/khoj folder. This has the added benefit of improved organization of the codebase, as all server related code is now in a single folder - Update associated file paths and system references
6 lines
182 B
INI
6 lines
182 B
INI
[pytest]
|
|
DJANGO_SETTINGS_MODULE = khoj.app.settings
|
|
pythonpath = . src
|
|
testpaths = tests
|
|
markers =
|
|
chatquality: marks tests as chatquality (deselect with '-m "not chatquality"')
|