##// END OF EJS Templates
tests: update test-util.py for modern attrs package...
Matt Harbison -
r50537:7e6f3c69 default
parent child Browse files
Show More
@@ -50,7 +50,7 b' def mocktimer(incr=0.1, *additional_targ'
50
50
51 # attr.s default factory for util.timedstats.start binds the timer we
51 # attr.s default factory for util.timedstats.start binds the timer we
52 # need to mock out.
52 # need to mock out.
53 _start_default = (util.timedcmstats.start.default, 'factory')
53 _start_default = (util.timedcmstats.__attrs_attrs__.start.default, 'factory')
54
54
55
55
56 @contextlib.contextmanager
56 @contextlib.contextmanager
General Comments 0
You need to be logged in to leave comments. Login now