aletrn commited on
Commit
1973cd5
·
1 Parent(s): e0b24e2

test: update pytest.ini

Browse files
Files changed (1) hide show
  1. 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 = samgis
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/*