mirror of
https://github.com/python/cpython.git
synced 2025-09-18 14:40:43 +00:00
Whitespace normalization.
This commit is contained in:
parent
cea4bf092d
commit
38ff36c4cc
2 changed files with 5 additions and 5 deletions
|
@ -28,13 +28,13 @@ def remove_stderr_debug_decorations(stderr):
|
||||||
|
|
||||||
class ProcessTestCase(unittest.TestCase):
|
class ProcessTestCase(unittest.TestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
# Try to minimize the number of children we have so this test
|
# Try to minimize the number of children we have so this test
|
||||||
# doesn't crash on some buildbots (Alphas in particular).
|
# doesn't crash on some buildbots (Alphas in particular).
|
||||||
test_support.reap_children()
|
test_support.reap_children()
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
# Try to minimize the number of children we have so this test
|
# Try to minimize the number of children we have so this test
|
||||||
# doesn't crash on some buildbots (Alphas in particular).
|
# doesn't crash on some buildbots (Alphas in particular).
|
||||||
test_support.reap_children()
|
test_support.reap_children()
|
||||||
|
|
||||||
def mkstemp(self):
|
def mkstemp(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue