From 63e553e213d3d4deccf58e65a65800659189e38c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 03:30:01 +0900 Subject: test(command): port Diagnose/Exec/ClearCache command tests Stubbed as todo!()/ignored: all need the ApplicationTester/initTempComposer harness, which is not yet ported. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/diagnose_command_test.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'crates/shirabe/tests/command/diagnose_command_test.rs') diff --git a/crates/shirabe/tests/command/diagnose_command_test.rs b/crates/shirabe/tests/command/diagnose_command_test.rs index 0ed56d3..4b5dc9a 100644 --- a/crates/shirabe/tests/command/diagnose_command_test.rs +++ b/crates/shirabe/tests/command/diagnose_command_test.rs @@ -1 +1,13 @@ //! ref: composer/tests/Composer/Test/Command/DiagnoseCommandTest.php + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_cmd_fail() { + todo!() +} + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_cmd_success() { + todo!() +} -- cgit v1.3.1