diff options
Diffstat (limited to 'Lib/test/test_code_module.py')
-rw-r--r-- | Lib/test/test_code_module.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/test/test_code_module.py b/Lib/test/test_code_module.py index 9b17767..3394b39 100644 --- a/Lib/test/test_code_module.py +++ b/Lib/test/test_code_module.py @@ -114,8 +114,5 @@ class TestInteractiveConsole(unittest.TestCase): self.assertIn(expected, output) -def test_main(): - support.run_unittest(TestInteractiveConsole) - if __name__ == "__main__": unittest.main() |