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

Method getini

testing/test_assertion.py:56–59  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

54 raise KeyError(f"Not mocked out: {verbosity_type}")
55
56 def getini(self, name: str) -> str:
57 if name == util.ASSERTION_TEXT_DIFF_STYLE_INI:
58 return assertion_text_diff_style
59 raise KeyError(f"Not mocked out: {name}")
60
61 return Config()
62

Calls

no outgoing calls

Tested by

no test coverage detected