injector/pytest.ini

4 lines
199 B
INI
Raw Normal View History

[pytest]
2019-04-28 09:18:36 +00:00
addopts = -v --tb=native --doctest-glob=*.md --doctest-modules --cov-report term --cov-report html --cov-report xml --cov=injector --cov-branch
norecursedirs = __pycache__ *venv* .git build