|
Selfie
|
Classes | |
| class | _keydefaultdict |
| class | DiskStoragePytest |
| class | FSImplementation |
| class | PytestSnapshotFileLayout |
| class | PytestSnapshotSystem |
| class | SnapshotFileProgress |
Functions | |
| None | pytest_collection_modifyitems (pytest.Session session, pytest.Config config, list[pytest.Item] items) |
| pytest_sessionfinish (pytest.Session session, exitstatus) | |
| pytest_runtest_protocol (pytest.Item item, Optional[pytest.Item] nextitem) | |
| pytest_runtest_makereport (pytest.CallInfo[None] call, pytest.Item item) | |
| delete_file_and_parent_dir_if_empty (TypedPath snapshot_file) | |
| ArrayMap[str, WithinTestGC] | find_test_methods_that_didnt_run (TypedPath testfile, ArrayMap[str, WithinTestGC] tests) |
| pytest_addoption (parser) | |
| bar (request) | |
| pytest_selfie.plugin.bar | ( | request | ) |
| pytest_selfie.plugin.delete_file_and_parent_dir_if_empty | ( | TypedPath | snapshot_file | ) |
Definition at line 447 of file plugin.py.
| ArrayMap[str, WithinTestGC] pytest_selfie.plugin.find_test_methods_that_didnt_run | ( | TypedPath | testfile, |
| ArrayMap[str, WithinTestGC] | tests | ||
| ) |
| pytest_selfie.plugin.pytest_addoption | ( | parser | ) |
Definition at line 465 of file plugin.py.
| None pytest_selfie.plugin.pytest_collection_modifyitems | ( | pytest.Session | session, |
| pytest.Config | config, | ||
| list[pytest.Item] | items | ||
| ) |
Definition at line 98 of file plugin.py.
| pytest_selfie.plugin.pytest_runtest_makereport | ( | pytest.CallInfo[None] | call, |
| pytest.Item | item | ||
| ) |
Definition at line 129 of file plugin.py.
| pytest_selfie.plugin.pytest_runtest_protocol | ( | pytest.Item | item, |
| Optional[pytest.Item] | nextitem | ||
| ) |
Definition at line 118 of file plugin.py.
| pytest_selfie.plugin.pytest_sessionfinish | ( | pytest.Session | session, |
| exitstatus | |||
| ) |
Definition at line 111 of file plugin.py.