2019-09-27 20:00:44 +00:00
|
|
|
[pytest]
|
2019-10-23 11:04:57 +00:00
|
|
|
addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule_hetznercloud --cov-report term-missing:skip-covered --cov-report xml -m "not molecule"
|
2019-09-27 20:00:44 +00:00
|
|
|
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
|
|
|
|
junit_suite_name = molecule_test_suite
|
|
|
|
norecursedirs = dist doc build .tox .eggs
|
2019-11-16 01:05:55 +00:00
|
|
|
filterwarnings =
|
|
|
|
# remove once https://github.com/cookiecutter/cookiecutter/pull/1127 is released
|
|
|
|
ignore::DeprecationWarning:cookiecutter
|
|
|
|
# remove once https://github.com/pytest-dev/pytest-cov/issues/327 is released
|
|
|
|
ignore::pytest.PytestWarning:pytest_cov
|