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 28e8af9 commit f6ef701Copy full SHA for f6ef701
1 file changed
Lib/test/test_timeit.py
@@ -402,7 +402,10 @@ def callback(a, b):
402
self.assertEqual(s.getvalue(), expected)
403
404
405
-class TestTimeitColor(TestTimeit):
+class TestTimeitColor(unittest.TestCase):
406
+
407
+ fake_stmt = TestTimeit.fake_stmt
408
+ run_main = TestTimeit.run_main
409
410
@force_colorized
411
def test_main_colorized(self):
0 commit comments