mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +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
1151
Lib/test/test_bdb.py
Normal file
1151
Lib/test/test_bdb.py
Normal file
File diff suppressed because it is too large
Load diff
|
@ -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:
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Add test_bdb.py.
|
Loading…
Add table
Add a link
Reference in a new issue