MCPcopy Index your code
hub / github.com/python/cpython / test_AttributeError

Method test_AttributeError

Lib/test/test__interpreters.py:988–992  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

986 # XXX check preserved suggestions
987
988 def test_AttributeError(self):
989 self.assert_run_failed(AttributeError, """
990 object().spam
991 """)
992 # XXX check preserved suggestions
993
994 def test_ExceptionGroup(self):
995 self.assert_run_failed(ExceptionGroup, """

Callers

nothing calls this directly

Calls 1

assert_run_failedMethod · 0.95

Tested by

no test coverage detected