diff options
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index a3ae956..f6f00c5 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -95,4 +95,8 @@ check_all("nntplib") check_all("ntpath") check_all("nturl2path") check_all("os") +check_all("pdb") +check_all("pickle") +check_all("pipes") +check_all("popen2") check_all("robotparser") |