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

Method make_conftest_for_linelist

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

Source from the content-addressed store, hash-verified

701 assert values == list("123")
702
703 def make_conftest_for_linelist(self, pytester: Pytester) -> None:
704 pytester.makeconftest(
705 """
706 def pytest_addoption(parser):
707 parser.addini("xy", "", type="linelist")
708 parser.addini("a2", "", "linelist")
709 """
710 )
711
712 def test_addini_linelist_ini_files(self, pytester: Pytester) -> None:
713 self.make_conftest_for_linelist(pytester)

Calls 1

makeconftestMethod · 0.45

Tested by

no test coverage detected