~jelmer/bzr-git/index-based

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Jelmer Vernooij
  • Date: 2010-06-23 19:07:06 UTC
  • mfrom: (677.7.182 trunk)
  • Revision ID: jelmer@samba.org-20100623190706-t2mqoj2o304ni80f
merge trunk

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',
 
251
        'test_roundtrip',
250
252
        ]
251
253
    testmod_names = ['%s.%s' % (__name__, t) for t in testmod_names]
252
254
    suite.addTests(loader.loadTestsFromModuleNames(testmod_names))