a non-default timer wasn't actually used by the individual Tests.
This commit is contained in:
Kristján Valur Jónsson 2009-10-09 14:32:19 +00:00
parent 4502dcd48c
commit 49b881410b
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ class Test:
raise ValueError('at least one calibration run is required')
self.calibration_runs = calibration_runs
if timer is not None:
timer = timer
self.timer = timer
# Init variables
self.times = []