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

Function c

testing/code/test_source.py:233–234  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

231
232def test_getline_finally() -> None:
233 def c() -> None:
234 pass
235
236 with pytest.raises(TypeError) as excinfo:
237 teardown = None

Callers 1

test_getline_finallyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected