MCPcopy Index your code
hub / github.com/RustPython/RustPython / TestFailingIter

Class TestFailingIter

extra_tests/snippets/stdlib_functools.py:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49class TestFailingIter:
50 def __iter__(self):
51 raise RuntimeError
52
53
54with assert_raises(RuntimeError):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected