/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

Eliminate (duplicate) git_ prefix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
 
229
229
    testmod_names = [
230
230
        'test_builder',
231
 
        'test_git_branch',
232
 
        'test_git_dir',
233
 
        'test_git_repository',
 
231
        'test_branch',
 
232
        'test_dir',
 
233
        'test_repository',
234
234
        'test_ids',
235
235
        'test_blackbox',
236
236
        'test_versionedfiles',