commit | 792c94a3209f57f7df5db731e9f8f38c74fb5a57 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Dec 11 23:58:46 1996 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Dec 11 23:58:46 1996 +0000 |
tree | fd60fb2c5cb70e96130d73c550dcb6a539e5636b | |
parent | 3176bb1df2a81f2e0afb32eda47cf9c416fa7557 [diff] [blame] |
A test of the select module that is actually reproduceable!
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index cca7dbd..f1a7cd6 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py
@@ -19,6 +19,7 @@ 'test_nis', 'test_pwd', 'test_rgbimg', + 'test_select', ] if __name__ == '__main__':