~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Martin Pool
  • Date: 2006-08-14 04:09:45 UTC
  • mfrom: (1904.1.3 0.9)
  • mto: This revision was merged to the branch mainline in revision 1913.
  • Revision ID: mbp@sourcefrog.net-20060814040945-414f329d15cd8d58
[merge] changes from 0.9 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1235
1235
             test_suite_factory=None,
1236
1236
             lsprof_timed=None):
1237
1237
    """Run the whole test suite under the enhanced runner"""
 
1238
    # XXX: Very ugly way to do this...
 
1239
    # Disable warning about old formats because we don't want it to disturb
 
1240
    # any blackbox tests.
 
1241
    from bzrlib import repository
 
1242
    repository._deprecation_warning_done = True
 
1243
 
1238
1244
    global default_transport
1239
1245
    if transport is None:
1240
1246
        transport = default_transport