get rid of the funccollector node, which nice-ifies names of funcarg-generated tests nodes, also test and fix one anomaly wrt to funcarg setups and instance uniqueness
--HG-- branch : trunk
This commit is contained in:
@@ -11,4 +11,4 @@ def test_failure_demo_fails_properly(testdir):
|
||||
assert failed == 20, failed
|
||||
colreports = reprec.getreports("pytest_collectreport")
|
||||
failed = len([x.failed for x in colreports])
|
||||
assert failed == 4
|
||||
assert failed == 3
|
||||
|
||||
Reference in New Issue
Block a user