From 343e6fcc129b47768059860e26ef6372170794b2 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 21 Jun 2026 04:11:50 +0900 Subject: test: port MetapackageInstallerTest and SelfUpdate/Status/Home command stubs MetapackageInstaller install/uninstall verified against a real InstalledArrayRepository; update reaches version_compare (todo!()) and is ignored. The command tests need the ApplicationTester harness (stubbed). Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/command/status_command_test.rs | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'crates/shirabe/tests/command/status_command_test.rs') diff --git a/crates/shirabe/tests/command/status_command_test.rs b/crates/shirabe/tests/command/status_command_test.rs index 8dec3eb..6b8dcf6 100644 --- a/crates/shirabe/tests/command/status_command_test.rs +++ b/crates/shirabe/tests/command/status_command_test.rs @@ -1 +1,13 @@ //! ref: composer/tests/Composer/Test/Command/StatusCommandTest.php + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_no_local_changes() { + todo!() +} + +#[test] +#[ignore = "requires the ApplicationTester/initTempComposer harness, which is not yet ported"] +fn test_locally_modified_packages() { + todo!() +} -- cgit v1.3.1