MCPcopy Index your code
hub / github.com/pytest-dev/pytest / test_addini_args_ini_files

Method test_addini_args_ini_files

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

Source from the content-addressed store, hash-verified

905 )
906
907 def test_addini_args_ini_files(self, pytester: Pytester) -> None:
908 self.make_conftest_for_args(pytester)
909 pytester.makeini(
910 """
911 [pytest]
912 args=123 "123 hello" "this"
913 """
914 )
915 self.check_config_args(pytester)
916
917 def test_addini_args_pyproject_toml(self, pytester: Pytester) -> None:
918 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