← Back to team overview

testtools-dev team mailing list archive

[Bug 685680] Re: inconsistency between manual and testtools.TestResult.startTestRun behaviour

 

** Changed in: testtools
       Status: New => Triaged

** Changed in: testtools
   Importance: Undecided => High

-- 
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:
  Triaged

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