bayespy.utils.misc.TestCase.assertIsNone

TestCase.assertIsNone(obj, msg=None)[source]

Same as self.assertTrue(obj is None), with a nicer default message.