MCPcopy Create free account
hub / github.com/ipython/ipython / test_memory_error

Method test_memory_error

IPython/core/tests/test_async_helpers.py:282–284  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

280 # new pgen parser in 3.9 does not raise MemoryError on too many nested
281 # parens anymore
282 def test_memory_error(self):
283 with self.assertRaises(MemoryError):
284 iprc("(" * 200 + ")" * 200)
285
286 @skip_without('curio')
287 def test_autoawait_curio(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected