Lines Matching refs:assertIsNone
188 self.assertIsNone(ex.__cause__)
236 self.assertIsNone(a())
237 self.assertIsNone(b())
441 self.assertIsNone(context.exc)
452 self.assertIsNone(context.exc)
534 self.assertIsNone(context.exc)
603 self.assertIsNone(wrapper[1].__doc__, _exit.__doc__)
623 self.assertIsNone(exc_type)
624 self.assertIsNone(exc)
625 self.assertIsNone(exc_tb)
744 self.assertIsNone(exc.__context__.__context__.__context__)
775 self.assertIsNone(exc.__context__.__context__.__context__)
813 self.assertIsNone(exc.__context__)
872 self.assertIsNone(
900 self.assertIsNone(
964 self.assertIsNone(exc.__context__.__context__)
965 self.assertIsNone(exc.__context__.__cause__)
1053 self.assertIsNone(enter_result)