Lines Matching refs:assertLogs
1618 with self.assertLogs() as cm:
1627 with self.assertLogs() as cm:
1638 with self.assertLogs(level=level) as cm:
1653 with self.assertLogs(level='DEBUG') as outer_cm:
1654 with self.assertLogs(logger, level='DEBUG') as cm:
1672 with self.assertLogs():
1679 with self.assertLogs(level='WARNING'):
1689 with self.assertLogs(level='WARNING'):
1697 with self.assertLogs('quux', level='ERROR'):
1699 with self.assertLogs('foo'):
1705 with self.assertLogs():
1731 with self.assertLogs(log_quux):
1739 with self.assertLogs(log_quux):