fix issue160 a failing setup of an xfail-marked tests should

be reported as xfail (not xpass)
This commit is contained in:
holger krekel
2012-06-19 23:48:39 +02:00
parent 672919a8e2
commit 1bbe1d086c
4 changed files with 20 additions and 1 deletions

View File

@@ -77,4 +77,4 @@ rsyncdirs=tox.ini pytest.py _pytest testing
python_files=test_*.py *_test.py
python_classes=Test Acceptance
python_functions=test
pep8ignore = E401
pep8ignore = E401 E225 E261 E128 E124