From e40ae3649d62a933211e81d8ac773fdd86ff1dfb Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 21 Feb 2026 20:54:29 +0900 Subject: test(cli): add end-to-end integration tests for CLI commands Add 23 integration tests using assert_cmd and predicates covering about, validate, show, licenses, install, config, init, and dump-autoload commands with shared test helpers and fixture projects. Co-Authored-By: Claude Opus 4.6 --- crates/mozart/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 287f800..e219fff 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -25,3 +25,5 @@ tokio = { version = "1.49.0", features = ["full"] } zip = { version = "2", default-features = false, features = ["deflate"] } [dev-dependencies] +assert_cmd = "2" +predicates = "3" -- cgit v1.3.1