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:52:57 +02:00
commit 62a85b54a3
14 changed files with 147 additions and 4 deletions

View file

@ -6,7 +6,7 @@ import unittest
class TestUntestedModules(unittest.TestCase):
def test_untested_modules_can_be_imported(self):
untested = ('bdb', 'encodings', 'formatter', 'imghdr',
untested = ('bdb', 'encodings', 'formatter',
'nturl2path', 'tabnanny')
with support.check_warnings(quiet=True):
for name in untested: