From: Barry Warsaw Date: Wed, 11 Dec 1996 21:41:42 +0000 (+0000) Subject: Added test of rgbimg module X-Git-Tag: v1.5a1~788 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bc74ceb8b8acfcb38de545b8110495db0dac571;p=python Added test of rgbimg module --- diff --git a/Lib/test/testall.py b/Lib/test/testall.py index a39dd5fe10..cca7dbdd68 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__':