MCPcopy Create free account
hub / github.com/pytest-dev/pytest / pytest_unconfigure

Function pytest_unconfigure

src/_pytest/junitxml.py:443–447  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

441
442
443def pytest_unconfigure(config: Config) -> None:
444 xml = config.stash.get(xml_key, None)
445 if xml:
446 del config.stash[xml_key]
447 config.pluginmanager.unregister(xml)
448
449
450def mangle_test_address(address: str) -> List[str]:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected