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

Method test_parsing_again_fails

testing/test_config.py:700–703  ·  view source on GitHub ↗
(self, pytester: Pytester)

Source from the content-addressed store, hash-verified

698
699class TestConfigCmdlineParsing:
700 def test_parsing_again_fails(self, pytester: Pytester) -> None:
701 config = pytester.parseconfig()
702 with pytest.raises(AssertionError):
703 config.parse([])
704
705 def test_explicitly_specified_config_file_is_loaded(
706 self, pytester: Pytester

Callers

nothing calls this directly

Calls 2

parseconfigMethod · 0.45
parseMethod · 0.45

Tested by

no test coverage detected