1094
1095
"apparent paths:\na = %s\nb = %s\n," % (path1, path2))
1097
def assertIsInstance(self, obj, kls, msg=None):
1098
1102
if not isinstance(obj, kls):
1102
1109
def expectFailure(self, reason, assertion, *args, **kwargs):
1103
1110
"""Invoke a test, expecting it to fail for the given reason.