mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Enable test_socket again, if only to prevent mistakes like Jeremy
thinking that he was running his new test by running "make test". Also, I can't get this to fail any more. Your turn. :-)
This commit is contained in:
parent
cbd5b89571
commit
b995eb79a0
1 changed files with 2 additions and 2 deletions
|
@ -546,7 +546,7 @@ class FileObjectClassTestCase(SocketConnectedTest):
|
|||
self.cli_file.write(MSG)
|
||||
self.cli_file.flush()
|
||||
|
||||
def main():
|
||||
def test_main():
|
||||
suite = unittest.TestSuite()
|
||||
suite.addTest(unittest.makeSuite(GeneralModuleTests))
|
||||
suite.addTest(unittest.makeSuite(BasicTCPTest))
|
||||
|
@ -556,4 +556,4 @@ def main():
|
|||
test_support.run_suite(suite)
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
test_main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue