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

Method makeini

src/_pytest/legacypath.py:111–113  ·  view source on GitHub ↗

See :meth:`Pytester.makeini`.

(self, source)

Source from the content-addressed store, hash-verified

109 return legacy_path(self._pytester.makeconftest(source))
110
111 def makeini(self, source) -> LEGACY_PATH:
112 """See :meth:`Pytester.makeini`."""
113 return legacy_path(self._pytester.makeini(source))
114
115 def getinicfg(self, source: str) -> SectionWrapper:
116 """See :meth:`Pytester.getinicfg`."""

Callers

nothing calls this directly

Calls 1

legacy_pathFunction · 0.90

Tested by

no test coverage detected