summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_asynchat
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-04-06 16:32:22 (GMT)
committerGuido van Rossum <guido@python.org>2001-04-06 16:32:22 (GMT)
commit66172520ee5b0762274f010e0bfdffd1559876f3 (patch)
treedf6d46bb82b87ebc8a32a76ecac3f712215af3bf /Lib/test/output/test_asynchat
parente4a1b6d7c4e96dd2af0541dd12444932260e2a66 (diff)
downloadcpython-66172520ee5b0762274f010e0bfdffd1559876f3.zip
cpython-66172520ee5b0762274f010e0bfdffd1559876f3.tar.gz
cpython-66172520ee5b0762274f010e0bfdffd1559876f3.tar.bz2
Add test for asynchat. This also tests asyncore.
Diffstat (limited to 'Lib/test/output/test_asynchat')
-rw-r--r--Lib/test/output/test_asynchat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/output/test_asynchat b/Lib/test/output/test_asynchat
new file mode 100644
index 0000000..e2e67f3
--- /dev/null
+++ b/Lib/test/output/test_asynchat
@@ -0,0 +1,3 @@
+test_asynchat
+Connected
+Received: 'hello world'