some refinements to reporting and hook order

This commit is contained in:
holger krekel
2012-06-21 11:07:22 +02:00
parent 18306a4644
commit ccc04b9fc4
8 changed files with 30 additions and 17 deletions

View File

@@ -29,7 +29,6 @@ def pytest_addoption(parser):
group._addoption('--maxfail', metavar="num",
action="store", type="int", dest="maxfail", default=0,
help="exit after first num failures or errors.")
group._addoption('--strict', action="store_true",
help="run pytest in strict mode, warnings become errors.")