TestFormatters.assertIs

TestFormatters.assertIs#

TestFormatters.assertIs(expr1, expr2, msg=None)#

Just like self.assertTrue(a is b), but with a nicer default message.