summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-16 20:20:33 (GMT)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-16 20:20:33 (GMT)
commit8ba76d3cf38a9aaec3bdea9f13b52d8e8a03915e (patch)
treefc2907c4ecf274a7056910e97bcfc6794553fab5 /Lib/test/testall.py
parent529fcfe31f61fe499564f6778774f61c19671681 (diff)
downloadcpython-8ba76d3cf38a9aaec3bdea9f13b52d8e8a03915e.zip
cpython-8ba76d3cf38a9aaec3bdea9f13b52d8e8a03915e.tar.gz
cpython-8ba76d3cf38a9aaec3bdea9f13b52d8e8a03915e.tar.bz2
Added test_errno to the test suite
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 c9470cd..87bbc94 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -22,6 +22,7 @@ tests = ['test_grammar',
'test_select',
'test_strftime',
'test_struct',
+ 'test_errno',
]
if __name__ == '__main__':