mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove unused support.run_unittest imports.
It is not needed since tests use unittest.main().
This commit is contained in:
parent
8153ac8f00
commit
e4fbb0206d
15 changed files with 6 additions and 15 deletions
|
@ -1,7 +1,7 @@
|
|||
# Check every path through every method of UserList
|
||||
|
||||
from collections import UserList
|
||||
from test import support, list_tests
|
||||
from test import list_tests
|
||||
import unittest
|
||||
|
||||
class UserListTest(list_tests.CommonTest):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue