mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
Test __all__ for unittest.py
This commit is contained in:
parent
cc1798e0c0
commit
2d72b5d707
1 changed files with 2 additions and 1 deletions
|
|
@ -174,6 +174,7 @@ class AllTest(unittest.TestCase):
|
||||||
self.check_all("tokenize")
|
self.check_all("tokenize")
|
||||||
self.check_all("traceback")
|
self.check_all("traceback")
|
||||||
self.check_all("tty")
|
self.check_all("tty")
|
||||||
|
self.check_all("unittest")
|
||||||
self.check_all("urllib")
|
self.check_all("urllib")
|
||||||
self.check_all("urlparse")
|
self.check_all("urlparse")
|
||||||
self.check_all("uu")
|
self.check_all("uu")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue