← Back to team overview

testtools-dev team mailing list archive

Re: [Merge] lp:~gz/testtools/result_timings_forwarding_625594 into lp:testtools

 

Thanks for that Robert. Just to make certain on a key change from the merge:

-        test._testtools_time_of_startTest = self._now()
+        self._test_start = self._now()

So a ThreadsafeForwardingResult *is* always thread local, never used by more than one child stream? I wasn't certain on that.

> - timestamping can be used everywhere - OriginalToExtended strips it when a downlevel class is encountered

Great. I tried that out but lots of tests started falling over, thanks for going through the suite and sorting the mess out.
-- 
https://code.launchpad.net/~gz/testtools/result_timings_forwarding_625594/+merge/36786
Your team testtools developers is subscribed to branch lp:testtools.



References