summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-20 21:41:50 (GMT)
committerRoger E. Masse <rmasse@newcnri.cnri.reston.va.us>1996-12-20 21:41:50 (GMT)
commit033d91b7846d7e99526e57ba19804bcb84813a50 (patch)
tree5c9698de9e1ea434c98b1e138900e6d9abb60249 /Lib/test/testall.py
parenta141f8a31acff493e371c40e889752687cd341c6 (diff)
downloadcpython-033d91b7846d7e99526e57ba19804bcb84813a50.zip
cpython-033d91b7846d7e99526e57ba19804bcb84813a50.tar.gz
cpython-033d91b7846d7e99526e57ba19804bcb84813a50.tar.bz2
Test script for the SGI imgfile module.
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 a4e6da6..d68d2c3 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -31,6 +31,7 @@ tests = ['test_grammar',
'test_grp',
'test_operator',
'test_imageop',
+ 'test_imgfile',
]
if __name__ == '__main__':