Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec6824 commit 126f2b7Copy full SHA for 126f2b7
1 file changed
Lib/test/test_timeout.py
@@ -187,8 +187,7 @@ def testSendall(self):
187
def test_main():
188
test_support.requires('network')
189
190
- suite = unittest.TestSuite()
191
- suite.addTest(unittest.makeSuite(CreationTestCase))
+ suite = unittest.makeSuite(CreationTestCase)
192
suite.addTest(unittest.makeSuite(TimeoutTestCase))
193
test_support.run_suite(suite)
194
0 commit comments