920
920
self.fail("%r is an instance of %s rather than %s" % (
921
921
obj, obj.__class__, kls))
923
def expectFailure(self, reason, assertion, *args, **kwargs):
923
946
def _capture_warnings(self, a_callable, *args, **kwargs):
924
947
"""A helper for callDeprecated and applyDeprecated.