-
Sour Strawberry - Patch 1 Stable
released this
2024-11-15 13:12:17 +00:00 | 0 commits to master since this release- Added ability to pass any parameters to
params
keyword inpytest.fixture
, except:
params=<callable object>
, butparams=[<callable object>, ...]
is allowedparams=[*<any collection>]
- Analysis of
pytest_generate_tests
is almost equivalent to regular fixtures, except:
metafunc.parametrize(*<any collection>, **<any dict>)
metafunc.parametrize("any", <callable object>)
metafunc.parametrize("any1, any2", [(<callable object>, [*<any collection>])]
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added ability to pass any parameters to