Enable minimal testing

This commit is contained in:
Luke Murphy
2019-10-23 13:04:57 +02:00
parent e96a71866d
commit 76ef7ff97e
42 changed files with 1773 additions and 472 deletions

View File

@ -1,12 +1,5 @@
[pytest]
addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule --cov-report term-missing:skip-covered --cov-report xml -m "not molecule"
addopts = -v -rxXs --doctest-modules --durations 10 --cov=molecule_hetznercloud --cov-report term-missing:skip-covered --cov-report xml -m "not molecule"
doctest_optionflags = ALLOW_UNICODE ELLIPSIS
junit_suite_name = molecule_test_suite
norecursedirs = dist doc build .tox .eggs
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
# remove once https://bitbucket.org/astanin/python-tabulate/issues/174/invalid-escape-sequence
ignore::DeprecationWarning:tabulate