Remove dead code in test_exceptions.
This commit is contained in:
parent
fc4b5b9a42
commit
3dfd23245b
|
@ -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…
Reference in New Issue