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

Function test_plugin_already_exists

testing/test_session.py:264–268  ·  view source on GitHub ↗
(pytester: Pytester)

Source from the content-addressed store, hash-verified

262
263
264def test_plugin_already_exists(pytester: Pytester) -> None:
265 config = pytester.parseconfig("-p", "terminal")
266 assert config.option.plugins == ["terminal"]
267 config._do_configure()
268 config._ensure_unconfigure()
269
270
271def test_exclude(pytester: Pytester) -> None:

Callers

nothing calls this directly

Calls 3

_do_configureMethod · 0.80
_ensure_unconfigureMethod · 0.80
parseconfigMethod · 0.45

Tested by

no test coverage detected