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

Method getini

testing/test_junitxml.py:956–957  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

954 self.stash = Stash()
955
956 def getini(self, name):
957 return "pytest"
958
959 junitprefix = None
960 # XXX: shouldn't need tmp_path ?

Calls

no outgoing calls

Tested by

no test coverage detected