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

  • Committer: Jelmer Vernooij
  • Date: 2020-06-23 01:02:30 UTC
  • mfrom: (7490.40.27 work)
  • mto: This revision was merged to the branch mainline in revision 7517.
  • Revision ID: jelmer@jelmer.uk-20200623010230-62nnywznmb76h6ut
Merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
    result = []
65
65
    # test the default InterBranch between format 6 and the current
66
66
    # default format.
67
 
    for optimiser_class in InterBranch._optimisers:
 
67
    for optimiser_class in InterBranch.iter_optimisers():
68
68
        for format_from_test, format_to_test in \
69
69
                optimiser_class._get_branch_formats_to_test():
70
70
            result.append((optimiser_class, format_from_test, format_to_test))