aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/repository
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-25 12:26:13 +0900
committernsfisis <nsfisis@gmail.com>2026-06-25 23:47:47 +0900
commit5f19ccdca5c255a1ba569209a32e6a1dc2c9a760 (patch)
tree03875df8b2a6861345d99ece679a0dced5fd200f /crates/shirabe/tests/repository
parent541a8b4fd2c4b9538e2c88c5a7c4f9ffb5ca25eb (diff)
downloadphp-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/repository')
-rw-r--r--crates/shirabe/tests/repository/path_repository_test.rs3
1 files changed, 0 insertions, 3 deletions
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<String, PhpMixed> {
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<String, PhpMixed> = IndexMap::new();