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/main.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crates/shirabe/tests/command/main.rs') diff --git a/crates/shirabe/tests/command/main.rs b/crates/shirabe/tests/command/main.rs index b2774dd..f8aef08 100644 --- a/crates/shirabe/tests/command/main.rs +++ b/crates/shirabe/tests/command/main.rs @@ -1 +1,4 @@ mod about_command_test; +mod clear_cache_command_test; +mod diagnose_command_test; +mod exec_command_test; -- cgit v1.3.1