introduce metafunc.parametrize() and @pytest.mark.parametrize with examples. deprecate metafunc.addcall()

This commit is contained in:
holger krekel
2011-11-17 11:09:21 +00:00
parent 48a6a504b6
commit ec0565fac5
11 changed files with 528 additions and 234 deletions

View File

@@ -1,2 +1,2 @@
#
__version__ = '2.2.0.dev7'
__version__ = '2.2.0.dev8'