/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2009-08-03 05:33:54 UTC
  • mto: This revision was merged to the branch mainline in revision 4584.
  • Revision ID: mbp@sourcefrog.net-20090803053354-gwajxf5sa4d0ot1d
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
        self._strict = strict
172
172
 
173
173
    def done(self):
 
174
        # nb: called stopTestRun in the version of this that Python merged
 
175
        # upstream, according to lifeless 20090803
174
176
        if self._strict:
175
177
            ok = self.wasStrictlySuccessful()
176
178
        else: