aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests/cli_tests/hss/util.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti: test: rescope entities form util.rs fileshjrgrn2026-02-031-23/+24
|
* Add integration test suite for `hsc ctor-migrate` subcommandhjrgrn2026-02-021-35/+3
|
* arti: fix deprecation warnings in assert_cmd libSteven Engler2025-10-311-3/+3
| | | | | | | | | | | | ```text warning: use of deprecated associated function `assert_cmd::Command::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin_cmd!` --> crates/arti/tests/cli_tests/hsc.rs:26:28 | 26 | let mut cmd = Command::cargo_bin("arti").unwrap(); | ^^^^^^^^^ | = note: `#[warn(deprecated)]` on by default ```
* arti: test: Add integration test for `hss ctor-migrate`hjrgrn2025-09-101-0/+252