~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Aaron Bentley
  • Date: 2007-07-11 19:44:51 UTC
  • mto: This revision was merged to the branch mainline in revision 2606.
  • Revision ID: abentley@panoramicfeedback.com-20070711194451-3jqhye1nnd02a9uv
Restore original Branch.last_revision behavior, fix bits that care

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
# Mark this python module as being part of the implementation
101
101
# of unittest: this gives us better tracebacks where the last
102
102
# shown frame is the test code, not our assertXYZ.
103
 
__unittest = 1
 
103
#__unittest = 1
104
104
 
105
105
default_transport = LocalURLServer
106
106