1.6.2 - bug fixes
fixture_union:
-
Changed the repr of
NOT_USEDtopytest_cases.NOT_USED. -
@pytest_fixture_plusnow correctly handles theNOT_USEDwhen fixtures in the union do not contain any parameter. Fixes #38.
param_fixtures:
-
param_fixturesnow delegates toparam_fixturewhen a single parameter name is provided. This is more consistent. Fixed #36. -
param_fixture[s]now support all arguments fromfixture(scopeandautousein particular).
See documentation page for details.