Method
write_raw
testing/test_terminal.py:3423–3424
· testing/test_terminal.py::TestTerminalProgressPlugin.write_raw
(content: str, *, flush: bool = False)
Source from the content-addressed store, hash-verified
| 3421 | tr: pytest.TerminalReporter = mock.create_autospec(pytest.TerminalReporter) |
| 3422 | |
| 3423 | def write_raw(content: str, *, flush: bool = False) -> None: |
| 3424 | mock_file.write(content) |
| 3425 | |
| 3426 | tr.write_raw = write_raw class="cm"># type: ignore[method-assign] |
| 3427 | tr._progress_nodeids_reported = set() |
Callers
nothing calls this directly
Tested by
no test coverage detected