diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-26 00:48:35 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-26 00:48:35 +0900 |
| commit | 69d7005f186a05a4dde2bd1c77f83f8060a2907d (patch) | |
| tree | 4d9d33aba17aa05401090aa0b3c59cd353f5e52a /crates/shirabe/tests/repository/vcs/github_driver_test.rs | |
| parent | 90c7acbd8e6eb1ddaf8680de6a1ef9f2417d50ce (diff) | |
| download | php-shirabe-69d7005f186a05a4dde2bd1c77f83f8060a2907d.tar.gz php-shirabe-69d7005f186a05a4dde2bd1c77f83f8060a2907d.tar.zst php-shirabe-69d7005f186a05a4dde2bd1c77f83f8060a2907d.zip | |
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) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/repository/vcs/github_driver_test.rs')
| -rw-r--r-- | crates/shirabe/tests/repository/vcs/github_driver_test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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()); |
