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
|