diff options
author | Barry Warsaw <barry@python.org> | 1996-12-11 23:58:46 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-11 23:58:46 (GMT) |
commit | 792c94a3209f57f7df5db731e9f8f38c74fb5a57 (patch) | |
tree | fd60fb2c5cb70e96130d73c550dcb6a539e5636b /Lib/test/testall.py | |
parent | 3176bb1df2a81f2e0afb32eda47cf9c416fa7557 (diff) | |
download | cpython-792c94a3209f57f7df5db731e9f8f38c74fb5a57.zip cpython-792c94a3209f57f7df5db731e9f8f38c74fb5a57.tar.gz cpython-792c94a3209f57f7df5db731e9f8f38c74fb5a57.tar.bz2 |
A test of the select module that is actually reproduceable!
Diffstat (limited to 'Lib/test/testall.py')
-rw-r--r-- | Lib/test/testall.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ tests = ['test_grammar', 'test_nis', 'test_pwd', 'test_rgbimg', + 'test_select', ] if __name__ == '__main__': |