diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 12:26:13 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | 5f19ccdca5c255a1ba569209a32e6a1dc2c9a760 (patch) | |
| tree | 03875df8b2a6861345d99ece679a0dced5fd200f /crates/shirabe/tests/dependency_resolver/solver_test.rs | |
| parent | 541a8b4fd2c4b9538e2c88c5a7c4f9ffb5ca25eb (diff) | |
| download | php-shirabe-5f19ccdca5c255a1ba569209a32e6a1dc2c9a760.tar.gz php-shirabe-5f19ccdca5c255a1ba569209a32e6a1dc2c9a760.tar.zst php-shirabe-5f19ccdca5c255a1ba569209a32e6a1dc2c9a760.zip | |
test: un-ignore tests that already pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/dependency_resolver/solver_test.rs')
| -rw-r--r-- | crates/shirabe/tests/dependency_resolver/solver_test.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crates/shirabe/tests/dependency_resolver/solver_test.rs b/crates/shirabe/tests/dependency_resolver/solver_test.rs index a688190..e42042a 100644 --- a/crates/shirabe/tests/dependency_resolver/solver_test.rs +++ b/crates/shirabe/tests/dependency_resolver/solver_test.rs @@ -715,7 +715,6 @@ fn test_solver_multi_package_name_version_resolution_is_independent_of_require_o ); } -#[ignore] #[test] fn test_solver_fix_locked() { let fixtures = set_up(); @@ -734,7 +733,6 @@ fn test_solver_fix_locked() { ); } -#[ignore] #[test] fn test_solver_fix_locked_with_alternative() { let fixtures = set_up(); @@ -754,7 +752,6 @@ fn test_solver_fix_locked_with_alternative() { ); } -#[ignore] #[test] fn test_solver_update_does_only_update() { let fixtures = set_up(); @@ -796,7 +793,6 @@ fn test_solver_update_does_only_update() { ); } -#[ignore] #[test] fn test_solver_update_single() { let fixtures = set_up(); @@ -820,7 +816,6 @@ fn test_solver_update_single() { ); } -#[ignore] #[test] fn test_solver_update_all() { let fixtures = set_up(); @@ -879,7 +874,6 @@ fn test_solver_update_all() { ); } -#[ignore] #[test] fn test_solver_update_current() { let fixtures = set_up(); @@ -901,7 +895,6 @@ fn test_solver_update_current() { ); } -#[ignore] #[test] fn test_solver_update_only_updates_selected_package() { let fixtures = set_up(); @@ -930,7 +923,6 @@ fn test_solver_update_only_updates_selected_package() { ); } -#[ignore] #[test] fn test_solver_update_constrained() { let fixtures = set_up(); @@ -957,7 +949,6 @@ fn test_solver_update_constrained() { ); } -#[ignore] #[test] fn test_solver_update_fully_constrained() { let fixtures = set_up(); @@ -1207,7 +1198,6 @@ fn test_install_one_of_two_alternatives() { ); } -#[ignore] #[test] fn test_install_provider() { let fixtures = set_up(); @@ -1308,7 +1298,6 @@ fn test_skip_replacer_of_existing_package() { ); } -#[ignore] #[test] fn test_no_install_replacer_of_missing_package() { let fixtures = set_up(); @@ -1803,7 +1792,6 @@ fn test_use_replacer_if_necessary() { ); } -#[ignore] #[test] fn test_issue265() { let fixtures = set_up(); |
