/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: Aaron Bentley
  • Date: 2007-08-06 22:26:54 UTC
  • mfrom: (2665 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2733.
  • Revision ID: aaron.bentley@utoronto.ca-20070806222654-a96j4mysnih1ha8x
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1640
1640
        """Return a writeable transport.
1641
1641
 
1642
1642
        This transport is for the test scratch space relative to
1643
 
        "self._test_root""
 
1643
        "self._test_root"
1644
1644
        
1645
1645
        :param relpath: a path relative to the base url.
1646
1646
        """
2372
2372
                   'bzrlib.tests.test_version_info',
2373
2373
                   'bzrlib.tests.test_weave',
2374
2374
                   'bzrlib.tests.test_whitebox',
 
2375
                   'bzrlib.tests.test_win32utils',
2375
2376
                   'bzrlib.tests.test_workingtree',
2376
2377
                   'bzrlib.tests.test_workingtree_4',
2377
2378
                   'bzrlib.tests.test_wsgi',