From: Thomas Wouters Date: Wed, 11 Jul 2001 12:15:15 +0000 (+0000) Subject: Backport of the socketserver test, including output file (which is still X-Git-Tag: v2.1.1c1~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=800f6774be7c8b7705fa9e2a2806e458711a957c;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Lib/test/output/test_socketserver b/Lib/test/output/test_socketserver new file mode 100644 index 000000000000..73dd1b4f1ca7 --- /dev/null +++ b/Lib/test/output/test_socketserver @@ -0,0 +1 @@ +test_socketserver