test: update pytest.ini
Browse files- pytest.ini +1 -1
pytest.ini
CHANGED
@@ -3,5 +3,5 @@ env_override_existing_values = 1
|
|
3 |
env_files =
|
4 |
test/.test.env
|
5 |
[path]
|
6 |
-
source =
|
7 |
omit = ./venv/*,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*
|
|
|
3 |
env_files =
|
4 |
test/.test.env
|
5 |
[path]
|
6 |
+
source = app
|
7 |
omit = ./venv/*,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*
|