Lines Matching defs:self
46 def setUp(self): argument
54 def tearDown(self): argument
58 def test_does_not_log_when_logger_var_empty(self): argument
68 def test_does_not_log_with_logger_unset(self): argument
78 def test_log_success_with_logger_enabled(self): argument
94 def test_run_tool_output_is_same_with_and_without_logging(self): argument
119 def test_logger_output_is_suppressed(self): argument
130 def test_logger_error_is_suppressed(self): argument
143 def test_log_success_when_tool_interrupted(self): argument
167 def test_logger_can_be_toggled_on(self): argument
179 def test_logger_can_be_toggled_off(self): argument
191 def test_integration_tool_event_logger_dry_run(self): argument
204 def test_tool_args_do_not_fail_logger(self): argument
217 def _import_executable(self, executable_name: str) -> Path: argument
227 def _assert_logger_dry_run(self): argument
236 def _run_script_and_wait(self, test_script: str) -> tuple[str, str]: argument
244 def _run_script(self, test_script: str) -> subprocess.Popen: argument
256 self, process: subprocess.Popen argument
265 def _wait_for_process_group(self, pgid: int, timeout: int = 5): argument
309 def assert_called_with_times(self, expected_call_times: int): argument
316 def assert_called_with_args(self, expected_args: str): argument
324 def assert_not_called(self): argument
327 def assert_called_once_with_args(self, expected_args: str): argument
331 def _read_contents_from_output_file(self) -> list[str]: argument