diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-20 21:50:55 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-20 21:50:55 +0900 |
| commit | 6a5484cbf8e75c99098e5fba98a1c5e4c1b7c2f2 (patch) | |
| tree | dfeccf3387a41c70035fe391d13dbc39fea11106 | |
| parent | 0b17152889f2096199a24a87df59ade2dca6e1a0 (diff) | |
| download | php-shirabe-6a5484cbf8e75c99098e5fba98a1c5e4c1b7c2f2.tar.gz php-shirabe-6a5484cbf8e75c99098e5fba98a1c5e4c1b7c2f2.tar.zst php-shirabe-6a5484cbf8e75c99098e5fba98a1c5e4c1b7c2f2.zip | |
test(cli): un-ignore no-longer-panicking command tests
run-script, search, show, and update no longer panic; they exit with
argument errors, which run_no_panic treats as success.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
| -rw-r--r-- | crates/shirabe/tests/cli.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crates/shirabe/tests/cli.rs b/crates/shirabe/tests/cli.rs index ba58d11..c77dd01 100644 --- a/crates/shirabe/tests/cli.rs +++ b/crates/shirabe/tests/cli.rs @@ -152,16 +152,12 @@ run_no_panic_tests! { run_repository => "repository", #[ignore = "currently panics"] run_require => "require", - #[ignore = "currently panics"] run_run_script => "run-script", - #[ignore = "currently panics"] run_search => "search", run_self_update => "self-update", - #[ignore = "currently panics"] run_show => "show", run_status => "status", run_suggests => "suggests", - #[ignore = "currently panics"] run_update => "update", run_validate => "validate", } |
