def test_nat_paths_list3(self): self.assertEqual(commonpath.natural(self.list3), normpath('C:/Users/Adam Smith/Documents'))
def test_nat_paths_max_depth(self): self.assertEqual(commonpath.natural(self.list2, max_depth=3), normpath('/home/user1'))
def test_nat_paths(self): self.assertEqual(commonpath.natural(self.list2), normpath('/home/user1/tmp'))