mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #19990: Added tests for the imghdr module.
Based on patch by Claudiu Popa.
This commit is contained in:
commit
62a85b54a3
14 changed files with 147 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue