From 5f19ccdca5c255a1ba569209a32e6a1dc2c9a760 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 12:26:13 +0900 Subject: test: un-ignore tests that already pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/repository/path_repository_test.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'crates/shirabe/tests/repository/path_repository_test.rs') diff --git a/crates/shirabe/tests/repository/path_repository_test.rs b/crates/shirabe/tests/repository/path_repository_test.rs index cea6a85..62abbfa 100644 --- a/crates/shirabe/tests/repository/path_repository_test.rs +++ b/crates/shirabe/tests/repository/path_repository_test.rs @@ -39,7 +39,6 @@ fn coordinates(pairs: Vec<(&str, PhpMixed)>) -> IndexMap { map } -#[ignore] #[test] fn test_load_package_from_file_system_with_incorrect_path() { let repository_url = @@ -49,7 +48,6 @@ fn test_load_package_from_file_system_with_incorrect_path() { assert!(repository.__get_packages().is_err()); } -#[ignore] #[test] fn test_load_package_from_file_system_with_version() { let repository_url = [ @@ -120,7 +118,6 @@ fn test_load_package_from_file_system_with_wildcard() { ); } -#[ignore] #[test] fn test_load_package_with_explicit_versions() { let mut versions: IndexMap = IndexMap::new(); -- cgit v1.3.1