28
28
# All branches can define the format they want checkouts made in.
29
29
# This checks it is honoured.
30
30
expected_format = a_branch._get_checkout_format(lightweight=True)
34
34
def test_checkout_format_heavyweight(self):
35
35
"""Make sure the new heavy checkout uses the desired branch format."""