From 7d36d8e5cf8c6f7c21a6b4c713217bc92c37d328 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 1 May 2026 19:24:28 +0900 Subject: feat(test-harness): add Composer .test fixture parser and runner Foundation for porting Composer's installer integration fixtures. Parser covers the 13 sections of InstallerTest.php; runner sets up a tempdir from COMPOSER/LOCK/INSTALLED and invokes the mozart binary. No fixtures are migrated in this commit. --- Cargo.lock | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index e7778c3..bf4b5d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1208,6 +1208,16 @@ dependencies = [ "serde_json", ] +[[package]] +name = "mozart-test-harness" +version = "0.1.0" +dependencies = [ + "anyhow", + "regex", + "serde_json", + "tempfile", +] + [[package]] name = "mozart-vcs" version = "0.1.0" -- cgit v1.3.1