/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

Add import tariff test for 'brz st' in a git repository.

Merged from https://code.launchpad.net/~jelmer/brz/lazy-optimizer/+merge/386057

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))