/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

Import VirtualVersionedFiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
233
233
        'test_git_repository',
234
234
        'test_ids',
235
235
        'test_blackbox',
 
236
        'test_versionedfiles',
236
237
        ]
237
238
    testmod_names = ['%s.%s' % (__name__, t) for t in testmod_names]
238
239
    suite.addTests(loader.loadTestsFromModuleNames(testmod_names))