Kaydet (Commit) 49b88141 authored tarafından Kristján Valur Jónsson's avatar Kristján Valur Jónsson

http://bugs.python.org/issue7029

a non-default timer wasn't actually used by the individual Tests.
üst 4502dcd4
...@@ -230,7 +230,7 @@ class Test: ...@@ -230,7 +230,7 @@ class Test:
raise ValueError('at least one calibration run is required') raise ValueError('at least one calibration run is required')
self.calibration_runs = calibration_runs self.calibration_runs = calibration_runs
if timer is not None: if timer is not None:
timer = timer self.timer = timer
# Init variables # Init variables
self.times = [] self.times = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment