mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Covers run, validate, cp, preview, ssh, model, doctor, init, install, pr, and system. Each test verifies --help exits 0 and produces output. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
133 B
Rust
6 lines
133 B
Rust
#[test]
|
|
fn cli_tests() {
|
|
trycmd::TestCases::new()
|
|
.case("tests/cmd/**/*.trycmd")
|
|
.case("tests/cmd/**/*.toml");
|
|
}
|