Published December 16, 2020
| Version 3.1.0
Software
Open
smarie/python-pytest-cases: 3.1.0 - Improved cases collection
Authors/Creators
- 1. Schneider Electric
- 2. Red Hat
- 3. @Avira
- 4. University of Glasgow
Description
@parametrize_with_casesnow by default (cases=AUTO) looks for both file naming patternstest_<name>_cases.pyandcases_<name>.py. Removed theAUTO2constant. Fixed #140Nested 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.
Files
smarie/python-pytest-cases-3.1.0.zip
Files
(1.2 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9ff0e3a1a70e52674e31402063cc30a8
|
1.2 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/smarie/python-pytest-cases/tree/3.1.0 (URL)