aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-06-25 13:57:50 +0900
committernsfisis <nsfisis@gmail.com>2026-06-25 23:47:47 +0900
commit4c11cc96b2a979711bf15d600800eedb9bb57e80 (patch)
tree597908f72fcb9348ce6cb437d60156f77c6495fe /crates/shirabe
parent06cee6c62b9c4fe9ec275283526c3093ceddd918 (diff)
downloadphp-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')
-rw-r--r--crates/shirabe/tests/command/init_command_test.rs4
-rw-r--r--crates/shirabe/tests/dependency_resolver/solver_test.rs1
2 files changed, 0 insertions, 5 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();
diff --git a/crates/shirabe/tests/dependency_resolver/solver_test.rs b/crates/shirabe/tests/dependency_resolver/solver_test.rs
index e42042a..aad6bc2 100644
--- a/crates/shirabe/tests/dependency_resolver/solver_test.rs
+++ b/crates/shirabe/tests/dependency_resolver/solver_test.rs
@@ -277,7 +277,6 @@ fn test_solver_remove_if_not_requested() {
);
}
-#[ignore = "get_pretty_string path reaches an unimplemented stub (in_array non-strict in php-shim)"]
#[test]
fn test_install_non_existing_package_fails() {
let fixtures = set_up();