aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/common/process_executor_mock.rs
AgeCommit message (Collapse)Author
2026-06-28refactor: add linternsfisis
2026-06-26feat(util): add ProcessExecutorMock test infra; port SymfonyStyle message ↵nsfisis
methods Add an internal mock hook to ProcessExecutor (None in production) so tests can stub command execution without spawning processes, mirroring Composer's ProcessExecutorMock subclass. Add get_process_executor_mock helper and two verification tests. Implement SymfonyStyle's message-handling methods. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>