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

Function test_parseconfig

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

parseconfigMethod · 0.45

Tested by

no test coverage detected