samgis / pytest.ini
aletrn's picture
[test] add test cases, add command for test coverage
5a246f7
raw
history blame
205 Bytes
[pytest]
env_override_existing_values = 1
env_files =
test/.test.env
[path]
source = src
omit = ./venv/*,*tests*,*apps.py,*manage.py,*__init__.py,*migrations*,*asgi*,*wsgi*,*admin.py,*urls.py,./tests/*