summaryrefslogtreecommitdiff
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-11 23:58:46 +0000
committerBarry Warsaw <barry@python.org>1996-12-11 23:58:46 +0000
commit792c94a3209f57f7df5db731e9f8f38c74fb5a57 (patch)
treefd60fb2c5cb70e96130d73c550dcb6a539e5636b /Lib/test/testall.py
parent3176bb1df2a81f2e0afb32eda47cf9c416fa7557 (diff)
downloadcpython-git-792c94a3209f57f7df5db731e9f8f38c74fb5a57.tar.gz
A test of the select module that is actually reproduceable!
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r--Lib/test/testall.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.py b/Lib/test/testall.py
index cca7dbdd68..f1a7cd6e58 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -19,6 +19,7 @@ tests = ['test_grammar',
'test_nis',
'test_pwd',
'test_rgbimg',
+ 'test_select',
]
if __name__ == '__main__':