diff options
author | Barry Warsaw <barry@python.org> | 1996-12-11 21:41:42 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-11 21:41:42 (GMT) |
commit | 8bc74ceb8b8acfcb38de545b8110495db0dac571 (patch) | |
tree | ae5754f491c0dcd5b03451eabef431dfb8855975 /Lib/test/testall.py | |
parent | 66e7f3ac439550473923703ee714cb8b8ca15c18 (diff) | |
download | cpython-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.py | 1 |
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__': |