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

Function test_parseconfig

testing/test_pytester.py:77–80  ·  view source on GitHub ↗
(pytester: Pytester)

Source from the content-addressed store, hash-verified

75
76
77def test_parseconfig(pytester: Pytester) -> None:
78 config1 = pytester.parseconfig()
79 config2 = pytester.parseconfig()
80 assert config2 is not config1
81
82
83def test_pytester_runs_with_plugin(pytester: Pytester) -> None:

Callers

nothing calls this directly

Calls 1

parseconfigMethod · 0.45

Tested by

no test coverage detected