~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_repository/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2008-09-04 20:32:04 UTC
  • mto: This revision was merged to the branch mainline in revision 3700.
  • Revision ID: john@arbash-meinel.com-20080904203204-blnshwj3h0r5qd5z
Rename repository_implementations tests into per_repository tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
    result = loader.suiteClass()
856
856
    # add the tests for this module
857
857
    result.addTests(basic_tests)
858
 
    prefix = 'bzrlib.tests.repository_implementations.'
 
858
    prefix = 'bzrlib.tests.per_repository.'
859
859
    test_repository_modules = [
860
860
        'test_add_fallback_repository',
861
861
        'test_break_lock',
883
883
 
884
884
    # add the tests for the sub modules
885
885
 
886
 
    # Parameterize repository_implementations test modules by format.
 
886
    # Parameterize per_repository test modules by format.
887
887
    format_scenarios = all_repository_format_scenarios()
888
888
    result.addTests(multiply_tests_from_modules(module_name_list,
889
889
                                                format_scenarios,