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