Lines Matching refs:caplog
569 caplog, argument
613 assert 'Spawning BinaryHandler Thread for Dummy Name' in caplog.text
975 def test_devicehandler_run_custom_script(caplog, mock_process, raise_timeout): argument
998 t in caplog.text.lower() for t in [str(script), 'timed out']
1008 assert not any([r.levelname == 'ERROR' for r in caplog.records])
1010 assert 'timed out' not in caplog.text.lower()
1011 assert 'custom script failure' in caplog.text.lower()
1027 caplog, argument
1052 assert 'dummy message' in caplog.text.lower()
1378 caplog, argument
1477 messages = [record.msg for record in caplog.records]
1977 caplog, argument
2044 assert all([expected_log in caplog.text for expected_log in expected_logs])