integrate xdist related reporting into the plugin

This commit is contained in:
holger krekel
2010-07-07 12:43:19 +02:00
parent 51b0ba55e9
commit fb31aa882d
9 changed files with 155 additions and 11 deletions

View File

@@ -20,6 +20,4 @@ def pytest_testnodedown(node, error):
def pytest_rescheduleitems(items):
""" reschedule Items from a node that went down. """
def pytest_looponfailinfo(failreports, rootdirs):
""" info for repeating failing tests. """