2013-07-11 14:26:24 +00:00
|
|
|
[pytest]
|
2013-08-09 03:08:46 +00:00
|
|
|
python_files = injector_test.py injector_test_py3.py
|
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
|
2013-08-09 03:08:46 +00:00
|
|
|
norecursedirs = __pycache__ *venv* .git build
|