From a577ea1483ed55f8cab332bce386b3d82acfb796 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 20 Jul 2026 06:28:44 +0900 Subject: test(composer-repository): un-ignore test_what_provides The ignore reason went stale: AliasPackage::get_source_type is implemented (delegates to alias_of) and the test passes as-is. Co-Authored-By: Claude Fable 5 --- crates/shirabe/tests/repository/composer_repository_test.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe') diff --git a/crates/shirabe/tests/repository/composer_repository_test.rs b/crates/shirabe/tests/repository/composer_repository_test.rs index 613dbb8e..0d1439b5 100644 --- a/crates/shirabe/tests/repository/composer_repository_test.rs +++ b/crates/shirabe/tests/repository/composer_repository_test.rs @@ -184,10 +184,6 @@ fn test_load_data() { } } -// Ported and exercising the real whatProvides path, but blocked by an unimplemented -// production method: building the dev-* alias packages reaches AliasPackage::get_source_type -// (todo!() in package/alias_package.rs). -#[ignore = "production todo!(): AliasPackage::get_source_type unimplemented (reached when building dev-* branch aliases)"] #[test] fn test_what_provides() { let (config, _home) = create_config(); -- cgit v1.3.1