]> granicus.if.org Git - python/commit
Issue #19990: Added tests for the imghdr module.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 21:48:20 +0000 (23:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 21:48:20 +0000 (23:48 +0200)
commit30d68c66e36864408972149f2ec341f8eda68adf
treea312e40354b7727bfbd3b1ee5257952aa2952d50
parent4a44f8791c153460bda8f4a5ea98cbba723911de
Issue #19990: Added tests for the imghdr module.
Based on patch by Claudiu Popa.
14 files changed:
Lib/test/imghdrdata/python.bmp [new file with mode: 0644]
Lib/test/imghdrdata/python.gif [new file with mode: 0644]
Lib/test/imghdrdata/python.jpg [new file with mode: 0644]
Lib/test/imghdrdata/python.pbm [new file with mode: 0644]
Lib/test/imghdrdata/python.pgm [new file with mode: 0644]
Lib/test/imghdrdata/python.png [new file with mode: 0644]
Lib/test/imghdrdata/python.ppm [new file with mode: 0644]
Lib/test/imghdrdata/python.ras [new file with mode: 0644]
Lib/test/imghdrdata/python.sgi [new file with mode: 0644]
Lib/test/imghdrdata/python.tiff [new file with mode: 0644]
Lib/test/imghdrdata/python.xbm [new file with mode: 0644]
Lib/test/test_imghdr.py [new file with mode: 0644]
Lib/test/test_sundry.py
Misc/NEWS