diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-06-25 13:57:50 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-06-25 23:47:47 +0900 |
| commit | 4c11cc96b2a979711bf15d600800eedb9bb57e80 (patch) | |
| tree | 597908f72fcb9348ce6cb437d60156f77c6495fe /crates/shirabe/tests/command | |
| parent | 06cee6c62b9c4fe9ec275283526c3093ceddd918 (diff) | |
| download | php-shirabe-4c11cc96b2a979711bf15d600800eedb9bb57e80.tar.gz php-shirabe-4c11cc96b2a979711bf15d600800eedb9bb57e80.tar.zst php-shirabe-4c11cc96b2a979711bf15d600800eedb9bb57e80.zip | |
test: un-ignore init/solver tests that now pass
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'crates/shirabe/tests/command')
| -rw-r--r-- | crates/shirabe/tests/command/init_command_test.rs | 4 |
1 files changed, 0 insertions, 4 deletions
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(); |
