Commit 3fe33043 authored by xdegaye's avatar xdegaye Committed by Mariatta

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

parent f64aae46
This diff is collapsed.
......@@ -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:
......
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