/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

Add RepositoryFormats and allow bzrdir.open or create _repository to be used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    import bzrlib.tests.blackbox
83
83
    import bzrlib.tests.branch_implementations
84
84
    import bzrlib.tests.bzrdir_implementations
 
85
    import bzrlib.tests.repository_implementations
85
86
    return [
86
87
            bzrlib.doc,
87
88
            bzrlib.tests.blackbox,
88
89
            bzrlib.tests.branch_implementations,
89
90
            bzrlib.tests.bzrdir_implementations,
 
91
            bzrlib.tests.repository_implementations,
90
92
            ]
91
93
 
92
94
 
864
866
                   'bzrlib.tests.test_parent',
865
867
                   'bzrlib.tests.test_permissions',
866
868
                   'bzrlib.tests.test_plugins',
 
869
                   'bzrlib.tests.test_repository',
867
870
                   'bzrlib.tests.test_revision',
868
871
                   'bzrlib.tests.test_revisionnamespaces',
869
872
                   'bzrlib.tests.test_revprops',