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

Method test_addini_args_ini_files

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

Source from the content-addressed store, hash-verified

674 )
675
676 def test_addini_args_ini_files(self, pytester: Pytester) -> None:
677 self.make_conftest_for_args(pytester)
678 pytester.makeini(
679 """
680 [pytest]
681 args=123 "123 hello" "this"
682 """
683 )
684 self.check_config_args(pytester)
685
686 def test_addini_args_pyproject_toml(self, pytester: Pytester) -> None:
687 self.make_conftest_for_args(pytester)

Callers

nothing calls this directly

Calls 3

check_config_argsMethod · 0.95
makeiniMethod · 0.45

Tested by

no test coverage detected