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

Method setUp

Lib/test/test_subprocess.py:90–93  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

88
89class BaseTestCase(unittest.TestCase):
90 def setUp(self):
91 # Try to minimize the number of children we have so this test
92 # doesn't crash on some buildbots (Alphas in particular).
93 support.reap_children()
94
95 def tearDown(self):
96 if not mswindows:

Callers 3

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected