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

Method test_exceptions

Lib/test/test_copy.py:20–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 # Attempt full line coverage of copy.py from top to bottom
19
20 def test_exceptions(self):
21 self.assertIs(copy.Error, copy.error)
22 self.assertIsSubclass(copy.Error, Exception)
23
24 # The copy() method
25

Callers

nothing calls this directly

Calls 2

assertIsSubclassMethod · 0.80
assertIsMethod · 0.45

Tested by

no test coverage detected