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

Method test_readme_failed

testing/test_cacheprovider.py:1190–1193  ·  view source on GitHub ↗
(self, pytester: Pytester)

Source from the content-addressed store, hash-verified

1188 assert self.check_readme(pytester) is True
1189
1190 def test_readme_failed(self, pytester: Pytester) -> None:
1191 pytester.makepyfile("def test_always_fails(): assert 0")
1192 pytester.runpytest()
1193 assert self.check_readme(pytester) is True
1194
1195
1196def test_gitignore(pytester: Pytester) -> None:

Callers

nothing calls this directly

Calls 3

check_readmeMethod · 0.95
makepyfileMethod · 0.45
runpytestMethod · 0.45

Tested by

no test coverage detected