/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/branch_implementations/__init__.py

  • Committer: Martin Pool
  • Date: 2008-06-11 02:36:40 UTC
  • mfrom: (3490 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3492.
  • Revision ID: mbp@sourcefrog.net-20080611023640-db0lqd75yueksdw7
Merge news

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
        return tree
136
136
 
137
137
 
138
 
def test_suite():
139
 
    result = tests.TestSuite()
 
138
def load_tests(basic_tests, module, loader):
 
139
    result = loader.suiteClass()
 
140
    # add the tests for this module
 
141
    result.addTests(basic_tests)
 
142
 
140
143
    test_branch_implementations = [
141
144
        'bzrlib.tests.branch_implementations.test_bound_sftp',
142
145
        'bzrlib.tests.branch_implementations.test_branch',
172
175
        # by the TestCaseWithTransport.get_readonly_transport method.
173
176
        None,
174
177
        combinations)
175
 
    loader = tests.TestLoader()
 
178
    # add the tests for the sub modules
176
179
    tests.adapt_modules(test_branch_implementations, adapter, loader, result)
177
180
 
178
181
    adapt_to_smart_server = BranchTestProviderAdapter(