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

Method assertRaises

Lib/test/test_patma.py:3555–3556  ·  view source on GitHub ↗
(*_, **__)

Source from the content-addressed store, hash-verified

3553 pass
3554
3555 def assertRaises(*_, **__):
3556 assert False, "this test should be a method of a different class!"
3557
3558 def run_perf(self, count):
3559 tests = []

Calls

no outgoing calls

Tested by

no test coverage detected