commit | 8ba76d3cf38a9aaec3bdea9f13b52d8e8a03915e | [log] [tgz] |
---|---|---|
author | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Mon Dec 16 20:20:33 1996 +0000 |
committer | Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> | Mon Dec 16 20:20:33 1996 +0000 |
tree | fc2907c4ecf274a7056910e97bcfc6794553fab5 | |
parent | 529fcfe31f61fe499564f6778774f61c19671681 [diff] [blame] |
Added test_errno to the test suite
diff --git a/Lib/test/testall.py b/Lib/test/testall.py index c9470cd..87bbc94 100644 --- a/Lib/test/testall.py +++ b/Lib/test/testall.py
@@ -22,6 +22,7 @@ 'test_select', 'test_strftime', 'test_struct', + 'test_errno', ] if __name__ == '__main__':