|
How to run a custom pytest_runtest_makereport hook after internal hooks like skipping.py to modify xfail/skipped report data?
|
|
0
|
6
|
November 24, 2025
|
|
How to run unit tests on a modified Open edX Devstack without pytest_load_initial_conftests or settings.DATABASES errors?
|
|
0
|
5
|
November 24, 2025
|
|
Why does pytest_runtest_call() cause my test to run twice when using item.runtest() inside it?
|
|
3
|
6
|
November 15, 2025
|
|
How can I enable `pytest_plugins = ('pytester',)` for specific test modules without affecting others?
|
|
3
|
6
|
November 15, 2025
|
|
When are `pytest_runtest_teardown` and `pytest_runtest_setup` called for skipped tests?
|
|
3
|
21
|
October 27, 2025
|
|
How can I make the hook execute before the session-scoped fixture teardown?
|
|
3
|
9
|
October 26, 2025
|
|
When and why should I use `@pytest.hookimpl(hookwrapper=True)` with `pytest_runtest_setup` and other `pytest_runtest_*` hooks?
|
|
3
|
16
|
October 21, 2025
|
|
How can I properly type hint the `pytestconfig` fixture in pytest?
|
|
3
|
16
|
October 12, 2025
|
|
How can I mark a test as skipped during collection using `pytest_collection_modifyitems`?
|
|
3
|
18
|
October 12, 2025
|