diff options
| author | Barry Warsaw <barry@python.org> | 1996-12-11 21:41:42 +0000 | 
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 1996-12-11 21:41:42 +0000 | 
| commit | 8bc74ceb8b8acfcb38de545b8110495db0dac571 (patch) | |
| tree | ae5754f491c0dcd5b03451eabef431dfb8855975 | |
| parent | 66e7f3ac439550473923703ee714cb8b8ca15c18 (diff) | |
| download | cpython-git-8bc74ceb8b8acfcb38de545b8110495db0dac571.tar.gz | |
Added test of rgbimg module
| -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 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__':  | 
