simplify loop which turns direct funcarg parametrization to indirect

This commit is contained in:
holger krekel
2014-01-27 12:53:44 +01:00
parent c70d020bf3
commit 86284689a3
2 changed files with 11 additions and 10 deletions

View File

@@ -1391,6 +1391,7 @@ class TestAutouseManagement:
reprec = testdir.inline_run("-s")
reprec.assertoutcome(passed=2)
class TestFixtureMarker:
def test_parametrize(self, testdir):
testdir.makepyfile("""