Searched refs:caplog (Results 1 – 1 of 1) sorted by relevance
188 def test_LastResortLogger(reset, capsys, caplog): argument195 caplog.set_level(logging.ERROR, logger="myCustomLogger")207 msg not in caplog.text209 msg in caplog.text