1.14.0 - bugfixes and hook feature
-
Fixed
idsprecedence order when usingpytest.mark.parametrizein afixture_plus. Fixed #87 -
Fixed issue with
fixture_unionwhen using the same fixture twice in it. Fixes #85 -
Added the possibility to pass a
hookfunction in all API where fixtures are created behind the scenes, so as to ease debugging and/or save fixtures (withstored_fixturefrom pytest harvest). Fixes #83 -
Fixture closures now support reordering when no unions are present. This suppressed the annoying warning "WARNING the new order is not taken into account !!" when it was not relevant. Fixes #81
See documentation page for details.