3.1.0 - Improved cases collection
-
@parametrize_with_casesnow by default (cases=AUTO) looks for both file naming patternstest_<name>_cases.pyandcases_<name>.py. Removed theAUTO2constant. Fixed #140 -
Nested classes containing case functions are now officially supported (they were, but undocumented). Fixed #160
-
Case functions that are
staticmethodandclassmethodare now supported as well. Fixes #168
See documentation page for details.