#content of pytest.ini | |
[pytest] | |
markers = | |
smoke_test: mark test as Smoke. | |
performance_test: mark test as Performance. | |
#addopts = -vv --color=yes --junit-xml=report.xml | |
#Single line of addopts | |
addopts = -vv --color=yes -ra -p stepler.third_party.destructive_dispatcher -p stepler.third_party.idempotent_id -p stepler.third_party.default_project --use-default-project |