~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

Merged John Meinel's integration

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    import bzrlib.tests.branch_implementations
84
84
    return [
85
85
            bzrlib.doc,
 
86
            bzrlib.tests.blackbox,
86
87
            bzrlib.tests.branch_implementations,
87
88
            ]
88
89