move funcarg factory to a new FuncargManager object at session level

This commit is contained in:
holger krekel
2012-07-19 09:20:14 +02:00
parent c7ee6e71ab
commit 4e4b507472
7 changed files with 212 additions and 273 deletions

View File

@@ -272,7 +272,7 @@ class TestFunctional:
import pytest
@pytest.mark.hello("pos1", z=4)
@pytest.mark.hello("pos0", z=3)
def test_func(self):
def test_func():
pass
""")
items, rec = testdir.inline_genitems(p)