Kaydet (Commit) 424f3daf authored tarafından xdegaye's avatar xdegaye Kaydeden (comit) Mariatta

bpo-19417: Add test_bdb.py (GH-5217)

(cherry picked from commit 3fe33043)
üst 193760f0
This diff is collapsed.
......@@ -6,8 +6,7 @@ import unittest
class TestUntestedModules(unittest.TestCase):
def test_untested_modules_can_be_imported(self):
untested = ('bdb', 'encodings', 'formatter',
'nturl2path', 'tabnanny')
untested = ('encodings', 'formatter', 'nturl2path', 'tabnanny')
with support.check_warnings(quiet=True):
for name in untested:
try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment