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

Function test_external_plugins_integrated

testing/deprecated_test.py:23–28  ·  view source on GitHub ↗
(pytester: Pytester, plugin)

Source from the content-addressed store, hash-verified

21@pytest.mark.parametrize("plugin", sorted(deprecated.DEPRECATED_EXTERNAL_PLUGINS))
22@pytest.mark.filterwarnings("default")
23def test_external_plugins_integrated(pytester: Pytester, plugin) -> None:
24 pytester.syspathinsert()
25 pytester.makepyfile(**{plugin: ""})
26
27 with pytest.warns(pytest.PytestConfigWarning):
28 pytester.parseconfig("-p", plugin)
29
30
31def test_fillfuncargs_is_deprecated() -> None:

Callers

nothing calls this directly

Calls 3

syspathinsertMethod · 0.45
makepyfileMethod · 0.45
parseconfigMethod · 0.45

Tested by

no test coverage detected