]> 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:38 +0000 (23:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Jan 2014 21:48:38 +0000 (23:48 +0200)
commit1ac00950b28e91fc35fed6445722ade92732648e
tree46db0bc87b28ae24193bb5f382f1201d0bb5cc92
parent8003850e22788c9e02b8dea7076858e01aa24f65
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