~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

  • Committer: Robert Collins
  • Date: 2005-08-23 06:17:55 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050823061755-a79a6e1257e32086
move error printing into the TestResult and use the TextTestRunner from unittest

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
        self.runbzr(['init'])
120
120
 
121
121
 
122
 
 
123
122
class UserIdentity(ExternalBase):
124
123
    def runTest(self):
125
124
        # this should always identify something, if only "john@localhost"