mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 13:54:41 +00:00
17 lines
259 B
INI
17 lines
259 B
INI
[pytest]
|
|
norecursedirs=
|
|
*.egg
|
|
.git
|
|
.tox
|
|
.env
|
|
_sass
|
|
build
|
|
dist
|
|
python_files =
|
|
test_*.py
|
|
export =
|
|
DJANGO_SETTINGS_MODULE=./examples/simple/settings.testing
|
|
addopts=
|
|
--cov=src/fobi
|
|
--ignore=.tox
|
|
--ignore=requirements
|