From 8bc74ceb8b8acfcb38de545b8110495db0dac571 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 11 Dec 1996 21:41:42 +0000 Subject: Added test of rgbimg module --- Lib/test/testall.py | 1 + 1 file changed, 1 insertion(+) 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__': -- cgit v0.12