mirror of
https://github.com/python/cpython.git
synced 2025-08-29 05:05:03 +00:00
#9607: Add tests for the keyword module.
Based on the testing ideas in a patch written by Greg Malcolm.
This commit is contained in:
parent
f097f175dd
commit
32a23c36b4
3 changed files with 136 additions and 1 deletions
|
@ -7,7 +7,7 @@ import unittest
|
|||
class TestUntestedModules(unittest.TestCase):
|
||||
def test_untested_modules_can_be_imported(self):
|
||||
untested = ('bdb', 'encodings', 'formatter', 'imghdr',
|
||||
'keyword', 'macurl2path', 'nturl2path', 'tabnanny')
|
||||
'macurl2path', 'nturl2path', 'tabnanny')
|
||||
with support.check_warnings(quiet=True):
|
||||
for name in untested:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue