From 800f6774be7c8b7705fa9e2a2806e458711a957c Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Wed, 11 Jul 2001 12:15:15 +0000 Subject: Backport of the socketserver test, including output file (which is still necessary in the 2.1 branch.) Guido's original checkin message: A test suite for SocketServer.py that exposes the various bugs just fixed. Regrettably, this must be run manually -- somehow the I/O redirection of the regression test breaks the test. When run under the regression test, this raises ImportError with a warning to that effect. --- Lib/test/output/test_socketserver | 1 + 1 file changed, 1 insertion(+) create mode 100644 Lib/test/output/test_socketserver diff --git a/Lib/test/output/test_socketserver b/Lib/test/output/test_socketserver new file mode 100644 index 0000000..73dd1b4 --- /dev/null +++ b/Lib/test/output/test_socketserver @@ -0,0 +1 @@ +test_socketserver -- cgit v0.12