moulinette/pytest.ini

6 lines
144 B
INI

[pytest]
addopts = --cov=moulinette -s -v --no-cov-on-fail
norecursedirs = dist doc build .tox .eggs
testpaths = test/
env =
TESTS_RUN = True