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

Method test_addini_linelist_pprojecttoml

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

Source from the content-addressed store, hash-verified

721 self.check_config_linelist(pytester)
722
723 def test_addini_linelist_pprojecttoml(self, pytester: Pytester) -> None:
724 self.make_conftest_for_linelist(pytester)
725 pytester.makepyprojecttoml(
726 """
727 [tool.pytest.ini_options]
728 xy = ["123 345", "second line"]
729 """
730 )
731 self.check_config_linelist(pytester)
732
733 def check_config_linelist(self, pytester: Pytester) -> None:
734 config = pytester.parseconfig()

Callers

nothing calls this directly

Calls 3

check_config_linelistMethod · 0.95
makepyprojecttomlMethod · 0.45

Tested by

no test coverage detected