diff options
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index f6f00c5..cced859 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -99,4 +99,15 @@ check_all("pdb") check_all("pickle") check_all("pipes") check_all("popen2") +check_all("poplib") +check_all("posixfile") +check_all("posixpath") +check_all("pprint") +check_all("pre") +check_all("profile") +check_all("pstats") +check_all("pty") +check_all("py_compile") +check_all("pyclbr") +check_all("quopri") check_all("robotparser") |