2.4.0 - various fixes for test ids and lazy values
-
is_lazyis now part of public API, and_LazyValuenow has a cache mechanism like_LazyTuple. Fixes #143 -
@parametrize: customidsare now correctly taken into account when a singlelazy_valueis used for a tuple of parameters. This issue could be seen also with@parametrize_with_cases:idgendoes not seem to be taken into account when cases are unpacked into a tuple. Fixes #144. -
Empty case ids are now replaced with
'<empty_case_id>'to avoid ambiguous interpretation of test ids. Fixes #142.
See documentation page for details.