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

Method test

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

Source from the content-addressed store, hash-verified

583 ordering.append('outer setup')
584 cls.addClassCleanup(ordering.append, 'outer cleanup')
585 def test(self):
586 ordering.append('start outer test')
587 runTests(InnerTest)
588 ordering.append('end outer test')
589
590 runTests(OuterTest)
591 self.assertEqual(ordering, [

Callers

nothing calls this directly

Calls 2

runTestsFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected