mango.unittest.TestCase.assertIsNot

TestCase.assertIsNot(expr1, expr2, msg=None)

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

Previous topic

mango.unittest.TestCase.assertIsNone

Next topic

mango.unittest.TestCase.assertIsNotNone

This Page