43
51
def test_branch_working_tree(self):
44
52
"""Test that the number of uses of working_tree in branch is stable."""
45
53
occurences = self.find_occurences('self.working_tree()',
47
55
# do not even think of increasing this number. If you think you need to
48
56
# increase it, then you almost certainly are doing something wrong as
49
57
# the relationship from working_tree to branch is one way.