MCPcopy
hub / github.com/pytest-dev/pytest / pytest_unconfigure

Function pytest_unconfigure

src/_pytest/junitxml.py:438–442  ·  src/_pytest/junitxml.py::pytest_unconfigure
(config: Config)

Source from the content-addressed store, hash-verified

436
437
438def pytest_unconfigure(config: Config) -> None:
439 xml = config.stash.get(xml_key, None)
440 if xml:
441 del config.stash[xml_key]
442 config.pluginmanager.unregister(xml)
443
444
445def mangle_test_address(address: str) -> list[str]:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected