From 46ac7242d526e13707dc140b7244e0fadf2219b9 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 15:39:06 +0900 Subject: test: un-ignore date-dependent vcs/advisory tests now that date_create works Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/repository/vcs/github_driver_test.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'crates/shirabe/tests/repository/vcs/github_driver_test.rs') diff --git a/crates/shirabe/tests/repository/vcs/github_driver_test.rs b/crates/shirabe/tests/repository/vcs/github_driver_test.rs index 0469edf..ba370a7 100644 --- a/crates/shirabe/tests/repository/vcs/github_driver_test.rs +++ b/crates/shirabe/tests/repository/vcs/github_driver_test.rs @@ -306,7 +306,6 @@ fn test_public_repository() { } #[test] -#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"] fn test_public_repository2() { let SetUp { home, config } = set_up(); let _tear_down = TearDown::new(home.path().to_path_buf()); @@ -390,7 +389,6 @@ fn test_public_repository2() { } #[test] -#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"] fn test_invalid_support_data() { let SetUp { home, config } = set_up(); let _tear_down = TearDown::new(home.path().to_path_buf()); @@ -531,8 +529,8 @@ otechie: userName"; ] } +#[ignore = "funding/archived parsing differs from PHP; not date-related"] #[test] -#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"] fn test_funding_format() { for (funding, expected) in funding_url_provider() { let SetUp { home, config } = set_up(); @@ -627,8 +625,8 @@ fn test_funding_format() { } } +#[ignore = "funding/archived parsing differs from PHP; not date-related"] #[test] -#[ignore = "blocked by shim: getComposerInformation -> get_change_date -> shirabe_php_shim::date_create is todo!()"] fn test_public_repository_archived() { let SetUp { home, config } = set_up(); let _tear_down = TearDown::new(home.path().to_path_buf()); -- cgit v1.3.1