diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-20 16:04:45 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-20 16:04:45 +0900 |
| commit | 37ed5b8c6d4cda30e668d0221eb281431dbc8c67 (patch) | |
| tree | b19a5500eb19c35f0f9fcee1b7f3213df2dade11 /crates/shirabe/tests/command/remove_command_test.rs | |
| parent | 80228e0a3b883ccdf2d80ba544c01619a856ef9c (diff) | |
| download | php-shirabe-37ed5b8c6d4cda30e668d0221eb281431dbc8c67.tar.gz php-shirabe-37ed5b8c6d4cda30e668d0221eb281431dbc8c67.tar.zst php-shirabe-37ed5b8c6d4cda30e668d0221eb281431dbc8c67.zip | |
test(ignore): document root causes for unannotated #[ignore] tests
74 tests carried a bare #[ignore] with no explanation. Re-ran each:
25 now pass and had the attribute removed; the remaining 49 got a
concise reason (todo!() stubs, regex-crate PCRE gaps, PhpMixed type
mismatches, config bool-coercion bugs, missing skipped_load wiring
in PoolBuilder, etc.) so future work can find and fix them by grep.
No production code or test logic/assertions were changed.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command/remove_command_test.rs')
| -rw-r--r-- | crates/shirabe/tests/command/remove_command_test.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/crates/shirabe/tests/command/remove_command_test.rs b/crates/shirabe/tests/command/remove_command_test.rs index 75ef5075..252496ea 100644 --- a/crates/shirabe/tests/command/remove_command_test.rs +++ b/crates/shirabe/tests/command/remove_command_test.rs @@ -86,7 +86,6 @@ fn test_exception_when_running_unused_without_lock_file() { #[test] #[serial] -#[ignore] fn test_warning_when_removing_non_existent_package() { let tear_down = init_temp_composer(None, None, None, true); create_installed_json(&[], &[], true); @@ -259,7 +258,6 @@ fn test_message_output_when_no_unused_packages_to_remove() { #[test] #[serial] -#[ignore] fn test_remove_unused_package() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -325,7 +323,6 @@ fn test_remove_unused_package() { #[test] #[serial] -#[ignore] fn test_remove_package_by_name() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -410,7 +407,6 @@ fn test_remove_package_by_name() { #[test] #[serial] -#[ignore] fn test_remove_package_by_name_with_dry_run() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -497,7 +493,6 @@ fn test_remove_package_by_name_with_dry_run() { #[test] #[serial] -#[ignore] fn test_remove_allowed_plugin_package_with_no_other_allowed_plugins() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -555,7 +550,6 @@ fn test_remove_allowed_plugin_package_with_no_other_allowed_plugins() { #[test] #[serial] -#[ignore] fn test_remove_allowed_plugin_package_with_other_allowed_plugins() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -607,7 +601,6 @@ fn test_remove_allowed_plugin_package_with_other_allowed_plugins() { #[test] #[serial] -#[ignore] fn test_remove_packages_by_vendor() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -691,7 +684,6 @@ fn test_remove_packages_by_vendor() { #[test] #[serial] -#[ignore] fn test_remove_packages_by_vendor_with_dry_run() { let tear_down = init_temp_composer( Some(&serde_json::json!({ @@ -969,7 +961,6 @@ fn run_update_inherited_dependencies_flag_case( #[test] #[serial] -#[ignore] fn test_update_inherited_dependencies_flag_is_passed_to_post_remove_installer() { // 'update with all dependencies' run_update_inherited_dependencies_flag_case( |
