summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_copyreg.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_copyreg.py')
-rw-r--r--Lib/test/test_copyreg.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/Lib/test/test_copyreg.py b/Lib/test/test_copyreg.py
index abe0748..52e887c 100644
--- a/Lib/test/test_copyreg.py
+++ b/Lib/test/test_copyreg.py
@@ -1,7 +1,6 @@
import copyreg
import unittest
-from test import support
from test.pickletester import ExtensionSaver
class C:
@@ -113,9 +112,5 @@ class CopyRegTestCase(unittest.TestCase):
self.assertEqual(result, expected)
-def test_main():
- support.run_unittest(CopyRegTestCase)
-
-
if __name__ == "__main__":
- test_main()
+ unittest.main()