1.17.0 - `lazy_value` improvements + annoying warnings suppression
-
lazy_valueare now resolved at pytestsetupstage, not pytestcallstage. This is important for execution time recorded in the reports (see alsopytest-harvestplugin). Fixes #102 -
A function used as a
lazy_valuecan now be marked with pytest marks. Fixes #99 -
A
lazy_valuenow has a nicer id when it is a partial. Fixes #97 -
Removed annoying
PytestUnknownMarkWarningwarning message when a mark was used on a case. Fixes #100
See documentation page for details.