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:
holger krekel
2010-01-15 17:50:02 +01:00
parent ee2f292efa
commit 4a568f43fe
4 changed files with 38 additions and 31 deletions

View File

@@ -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