summaryrefslogtreecommitdiffstats
path: root/Lib/test/testall.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-11 21:41:42 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-11 21:41:42 (GMT)
commit8bc74ceb8b8acfcb38de545b8110495db0dac571 (patch)
treeae5754f491c0dcd5b03451eabef431dfb8855975 /Lib/test/testall.py
parent66e7f3ac439550473923703ee714cb8b8ca15c18 (diff)
downloadcpython-8bc74ceb8b8acfcb38de545b8110495db0dac571.zip
cpython-8bc74ceb8b8acfcb38de545b8110495db0dac571.tar.gz
cpython-8bc74ceb8b8acfcb38de545b8110495db0dac571.tar.bz2
Added test of rgbimg 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 a39dd5f..cca7dbd 100644
--- a/Lib/test/testall.py
+++ b/Lib/test/testall.py
@@ -18,6 +18,7 @@ tests = ['test_grammar',
'test_new',
'test_nis',
'test_pwd',
+ 'test_rgbimg',
]
if __name__ == '__main__':