We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eca984f commit b7b4ce2Copy full SHA for b7b4ce2
Lib/test/test___all__.py
@@ -80,6 +80,7 @@ def test_all(self):
80
self.check_all("compileall")
81
self.check_all("copy")
82
self.check_all("copy_reg")
83
+ self.check_all("csv")
84
self.check_all("dbhash")
85
self.check_all("difflib")
86
self.check_all("dircache")
@@ -121,6 +122,7 @@ def test_all(self):
121
122
self.check_all("nntplib")
123
self.check_all("ntpath")
124
self.check_all("opcode")
125
+ self.check_all("optparse")
126
self.check_all("os")
127
self.check_all("os2emxpath")
128
self.check_all("pdb")
0 commit comments