mirror of
https://github.com/python/cpython.git
synced 2025-08-10 03:49:18 +00:00
Merge of r83763 introduced 'support' into test_signal; should be 'test_support'
This commit is contained in:
parent
24af0e9656
commit
27e19a21b1
1 changed files with 2 additions and 2 deletions
|
@ -484,9 +484,9 @@ class ItimerTest(unittest.TestCase):
|
|||
|
||||
def test_main():
|
||||
if sys.platform == "win32":
|
||||
support.run_unittest(WindowsSignalTests)
|
||||
test_support.run_unittest(WindowsSignalTests)
|
||||
else:
|
||||
support.run_unittest(BasicSignalTests, InterProcessSignalTests,
|
||||
test_support.run_unittest(BasicSignalTests, InterProcessSignalTests,
|
||||
WakeupSignalTests, SiginterruptTest, ItimerTest)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue