From 69d7005f186a05a4dde2bd1c77f83f8060a2907d Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 26 Jun 2026 00:48:35 +0900 Subject: test: un-ignore 14 tests that pass against current implementations Discovered via a full --include-ignored run: these tests have real (non-stub) bodies and pass now, either because their blocker was since implemented (e.g. config_command's stream_set_blocking via libc) or the ignore was stale. Covers composer, config, forgejo_url, config_command, default_policy, transaction, installed_repository, github_driver, version_bumper. Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/repository/installed_repository_test.rs | 1 - crates/shirabe/tests/repository/vcs/github_driver_test.rs | 1 - 2 files changed, 2 deletions(-) (limited to 'crates/shirabe/tests/repository') diff --git a/crates/shirabe/tests/repository/installed_repository_test.rs b/crates/shirabe/tests/repository/installed_repository_test.rs index 6720260..ec56b5f 100644 --- a/crates/shirabe/tests/repository/installed_repository_test.rs +++ b/crates/shirabe/tests/repository/installed_repository_test.rs @@ -34,7 +34,6 @@ fn provided_link() -> PhpMixed { } #[test] -#[ignore] fn test_find_packages_with_replacers_and_providers() { let foo = loaded("foo", "1", vec![("replace", provided_link())]); let foo2 = get_package("foo", "2"); diff --git a/crates/shirabe/tests/repository/vcs/github_driver_test.rs b/crates/shirabe/tests/repository/vcs/github_driver_test.rs index ba370a7..4bfb608 100644 --- a/crates/shirabe/tests/repository/vcs/github_driver_test.rs +++ b/crates/shirabe/tests/repository/vcs/github_driver_test.rs @@ -149,7 +149,6 @@ fn supports_provider() -> Vec<(bool, &'static str)> { } #[test] -#[ignore] fn test_supports() { let SetUp { home, config: _ } = set_up(); let _tear_down = TearDown::new(home.path().to_path_buf()); -- cgit v1.3.1