From 4c11cc96b2a979711bf15d600800eedb9bb57e80 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 13:57:50 +0900 Subject: test: un-ignore init/solver tests that now pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/init_command_test.rs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'crates/shirabe/tests/command/init_command_test.rs') diff --git a/crates/shirabe/tests/command/init_command_test.rs b/crates/shirabe/tests/command/init_command_test.rs index 0c38bf4..f8d3e26 100644 --- a/crates/shirabe/tests/command/init_command_test.rs +++ b/crates/shirabe/tests/command/init_command_test.rs @@ -359,8 +359,6 @@ fn run_data_provider() -> Vec<(serde_json::Value, Vec<(PhpMixed, PhpMixed)>)> { #[test] #[serial] -#[ignore = "drives InitCommand, which calls get_git_config -> ProcessExecutor::run_process; \ - that path is not ported (shim is_callable and Process::start/run are todo!())"] fn test_run_command() { set_up(); @@ -487,8 +485,6 @@ fn test_run_command_invalid() { #[test] #[serial] -#[ignore = "drives InitCommand, which calls get_git_config -> ProcessExecutor::run_process; \ - that path is not ported (shim is_callable and Process::start/run are todo!())"] fn test_run_guess_name_from_dir_sanitizes_dir() { set_up(); -- cgit v1.3.1