mirror of
https://github.com/python/cpython.git
synced 2025-09-12 03:37:09 +00:00
bpo-19417: Add test_bdb.py (GH-5217)
This commit is contained in:
parent
f64aae46da
commit
3fe33043ee
3 changed files with 1153 additions and 1 deletions
|
@ -6,7 +6,7 @@ import unittest
|
|||
|
||||
class TestUntestedModules(unittest.TestCase):
|
||||
def test_untested_modules_can_be_imported(self):
|
||||
untested = ('bdb', 'encodings', 'formatter', 'tabnanny')
|
||||
untested = ('encodings', 'formatter', 'tabnanny')
|
||||
with support.check_warnings(quiet=True):
|
||||
for name in untested:
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue