pytest2/testing/python
Ran Benita 01ac13a77d config: split _getconftestmodules and _loadconftestmodules
Previously, the `_getconftestmodules` function was used both to load
conftest modules for a path (during `pytest_load_initial_conftests`),
and to retrieve conftest modules for a path (during hook dispatch and
for fetching `collect_ignore`). This made things muddy - it is usually
nicer to have clear separation between "command" and "query" functions,
when they occur in separate phases.

So split into "load" and "get".

Currently, `gethookproxy` still loads conftest itself. I hope to change
this in the future.
2023-08-01 09:46:17 +03: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 config: split _getconftestmodules and _loadconftestmodules 2023-08-01 09:46:17 +03:00
integration.py Class methods can now be discovered as tests (#10552) 2022-12-02 15:53:04 +00:00
metafunc.py fixtures: fix crash when `parametrize(scope="package")` is used without a Package 2023-07-28 16:13:02 +03: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