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

@@ -132,7 +132,7 @@ class TestLooponFailing:
x = 0
assert x == 1
""")
child = testdir.spawn_pytest("-f %s" % p)
child = testdir.spawn_pytest("-f %s --traceconfig" % p)
child.expect("def test_one")
child.expect("x == 1")
child.expect("1 failed")