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

Move refs code to separate module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
        'test_remote',
247
247
        'test_repository',
248
248
        'test_shamap',
 
249
        'test_refs',
249
250
        'test_revspec',
250
251
        ]
251
252
    testmod_names = ['%s.%s' % (__name__, t) for t in testmod_names]