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

Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
18
 
19
19
 
20
 
"""BzrDir implementation tests for bzr.
 
20
"""Repository implementation tests for bzr.
21
21
 
22
22
These test the conformance of all the repository variations to the expected API.
23
23
Specific tests for individual formats are in the tests/test_repository.py file