mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove dead code in test_exceptions.
This commit is contained in:
parent
fc4b5b9a42
commit
3dfd23245b
1 changed files with 0 additions and 3 deletions
|
@ -953,8 +953,5 @@ class ImportErrorTests(unittest.TestCase):
|
||||||
self.assertEqual(str(arg), str(exc))
|
self.assertEqual(str(arg), str(exc))
|
||||||
|
|
||||||
|
|
||||||
def test_main():
|
|
||||||
run_unittest(ExceptionTests, ImportErrorTests)
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue