pytest2/testing/python
Sadra Barikbin e8a8a5f320
python: fix scope assignment for indirect parameter sets (#11277)
Previously, when assigning a scope for a fully-indirect parameter set,
when there are multiple fixturedefs for a param (i.e. same-name fixture
chain), the highest scope was used, but it should be the lowest scope,
since that's the effective scope of the fixture.
2023-08-06 13:59:54 +00:00
..
approx.py Fix error assertion handling in approx when None in dict comparison 2023-07-07 14:42:59 -04:00
collect.py Switch to new-style pluggy hook wrappers 2023-07-14 22:47:48 +03:00
fixtures.py fixtures: add a test for a currently non-covered scope mismatch scenario 2023-07-18 00:01:40 +03:00
integration.py Class methods can now be discovered as tests (#10552) 2022-12-02 15:53:04 +00:00
metafunc.py python: fix scope assignment for indirect parameter sets (#11277) 2023-08-06 13:59:54 +00:00
raises.py update does_not_raise docs now that pytest is 3.7+ only 2022-06-29 13:13:15 -04:00
show_fixtures_per_test.py add feature to view fixture source location in invocations with --fixtures-per-test option (#8626) 2021-05-14 14:38:55 +02:00