[MERGE] Move test metadata reporting from builtins to ExtendedTestResult

Jonathan Lange jml at mumak.net
Wed Apr 8 23:39:35 BST 2009


On Thu, Apr 9, 2009 at 12:05 AM, Robert Collins
<robert.collins at canonical.com> wrote:
> On Wed, 2009-04-08 at 08:53 -0500, John Arbash Meinel wrote:
>
>
>> "done()" doesn't seem to really match "startTests()"
>>
>> perhaps
>>
>> "finishTests()"
>>
>> or
>>
>> "testsFinished()".
>>
>> It isn't a big deal, just that a simple 'done()' doesn't look like it is
>> paired.
>>
>> BB:tweak
>
> done() matches the method testtools has added. I think we should use the
> same name for now.

Let's work out a patch for testtools that introduces a startTests,
adds a new name for done() that mirrors startTests, and provides
done() as a (deprecated?) alias.

jml



More information about the bazaar mailing list