testtools-dev team mailing list archive
-
testtools-dev team
-
Mailing list archive
-
Message #00602
[Bug 685680] Re: inconsistency between manual and testtools.TestResult.startTestRun behaviour
** Changed in: testtools
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of testtools
developers, which is subscribed to testtools.
https://bugs.launchpad.net/bugs/685680
Title:
inconsistency between manual and testtools.TestResult.startTestRun
behaviour
Status in testtools:
Fix Released
Bug description:
MANUAL claims:
testtools.TestResult provides empty startTestRun and stopTestRun methods, and
the default testtools runner will call these methods appropriately.
Yet testtools.startTestRun is not empty.
It would be nice if documentation and code are consistent :-)
Also, if it's correct that startTestRun is not empty then it would be
nice if its docstring could mention that this was different from the
behaviour of Python2.7's TestResult.startTestRun.
References