167
168
def prepare_lightweight_switch(self):
168
169
branch = self.make_branch('branch')
169
170
branch.create_checkout('tree', lightweight=True)
172
173
def test_switch_lightweight_after_branch_moved(self):
173
174
self.prepare_lightweight_switch()