46
46
self.assertEqualDiff('The prefix foo is in the help search path twice.',
50
error = errors.IncompatibleAPI("module", (1, 2, 3), (4, 5, 6), (7, 8, 9))
53
'It supports versions "(4, 5, 6)" to "(7, 8, 9)".',
49
56
def test_inventory_modified(self):
50
57
error = errors.InventoryModified("a tree to be repred")
51
58
self.assertEqualDiff("The current inventory for the tree 'a tree to "