Thanks to visit codestin.com Credit goes to github.com
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 951a9e3 commit 7a9953eCopy full SHA for 7a9953e
1 file changed
Lib/test/test_timeit.py
@@ -250,6 +250,7 @@ def test_main_negative_reps(self):
250
s = self.run_main(seconds_per_increment=60.0, switches=['-r-5'])
251
self.assertEqual(s, "10 loops, best of 1: 60 sec per loop\n")
252
253
+ @unittest.skipIf(sys.flags.optimize >= 2, "need __doc__")
254
def test_main_help(self):
255
s = self.run_main(switches=['-h'])
256
# Note: It's not clear that the trailing space was intended as part of
0 commit comments