diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-07-20 06:28:44 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-07-20 06:28:44 +0900 |
| commit | a577ea1483ed55f8cab332bce386b3d82acfb796 (patch) | |
| tree | dfb263ed3b862d7f3b5d1d6f11fff3ba3a74bd97 /crates | |
| parent | f74e69ad1147618efd174791ac12904c0dcc6e28 (diff) | |
| download | php-shirabe-a577ea1483ed55f8cab332bce386b3d82acfb796.tar.gz php-shirabe-a577ea1483ed55f8cab332bce386b3d82acfb796.tar.zst php-shirabe-a577ea1483ed55f8cab332bce386b3d82acfb796.zip | |
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 <noreply@anthropic.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/shirabe/tests/repository/composer_repository_test.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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(); |
