From 48de128571d0ac1a026813588bef847b49a9db8c Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Mon, 13 Oct 2014 13:27:18 +0200 Subject: Add local pytest plugin for --with-xunit and --logging-level The --with-xunit option ihas the same behavior as in nosetests: it's an alias for pytest's --junitxml=nosetests.py The --logging-level option enables direct IPA logging to stdout. https://fedorahosted.org/freeipa/ticket/4610 Reviewed-By: Tomas Babej --- ipatests/pytest.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ipatests/pytest.ini') diff --git a/ipatests/pytest.ini b/ipatests/pytest.ini index fbd6558ab..32dc858b0 100644 --- a/ipatests/pytest.ini +++ b/ipatests/pytest.ini @@ -7,6 +7,8 @@ [pytest] python_classes = test_ Test addopts = --doctest-modules + --junit-prefix ipa + -p ipatests.pytest_plugins.nose_compat -p ipatests.pytest_plugins.declarative -p ipatests.pytest_plugins.ordering # Ignore files for doc tests. -- cgit