Commit b995eb79 authored by Guido van Rossum's avatar Guido van Rossum

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. :-)
parent cbd5b895
......@@ -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()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment