Commit dfa9643d authored by Jaysinh Shukla's avatar Jaysinh Shukla Committed by Victor Stinner

bpo-19382: Adding test cases for module tabnanny (GH-851)

Testing strategy: whitebox.
parent ab4a1988
......@@ -6,7 +6,7 @@ import unittest
class TestUntestedModules(unittest.TestCase):
def test_untested_modules_can_be_imported(self):
untested = ('encodings', 'formatter', 'tabnanny')
untested = ('encodings', 'formatter')
with support.check_warnings(quiet=True):
for name in untested:
try:
......
This diff is collapsed.
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