Files
pytest2/changelog/11255.bugfix.rst
Ran Benita 71e627aa8f fixtures: fix crash when parametrize(scope="package") is used without a Package
There as handling for `scope="class"` without a class, but not for
`scope="package"` without a package. It would fail the assert.
2023-07-28 16:13:02 +03:00

2 lines
78 B
ReStructuredText

Fixed crash on `parametrize(..., scope="package")` without a package present.