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

Method setUp

Lib/test/test_unittest/test_runner.py:429–431  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

427 ordering.append('setUpClass')
428 cls.addClassCleanup(cleanup, ordering)
429 def setUp(self):
430 ordering.append('setUp')
431 self.addCleanup(cleanup, ordering, blowUp=True)
432 def testNothing(self):
433 pass
434 @classmethod

Callers

nothing calls this directly

Calls 3

addCleanupMethod · 0.80
CustomErrorClass · 0.70
appendMethod · 0.45

Tested by

no test coverage detected