Issue #19990: Added tests for the imghdr module.

Based on patch by Claudiu Popa.
This commit is contained in:
Serhiy Storchaka 2014-01-26 23:48:38 +02:00
parent 8003850e22
commit 1ac00950b2
14 changed files with 143 additions and 1 deletions

View file

@ -42,7 +42,6 @@ class TestUntestedModules(unittest.TestCase):
import encodings
import formatter
import html.entities
import imghdr
import keyword
import mailcap
import nturl2path