summaryrefslogtreecommitdiff
path: root/crates/arti/tests/cli_tests.rs
Commit message (Collapse)AuthorAgeFilesLines
* arti: Set the COLUMNS env var in the CLI tests.Gabriela Moldovan2024-08-281-1/+9
| | | | | | | | This sets `COLUMNS` to a large value to prevent line wrapping. Prompted by https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/2370#note_3067346 Closes #1574
* arti: Implement the hsc subcommand using an inert tor client.Gabriela Moldovan2024-08-281-6/+2
| | | | | | | | | This allows us to reenable the `arti hsc` tests, which were previously disabled due to flakiness (see #1496). The `help` test bit rotted a bit, so I had to tweak its expected output. Closes #1496
* arti: Add tests for the arti hsc subcommand.Gabriela Moldovan2024-07-301-0/+15
|
* arti: Add tests for the arti hss subcommand.Gabriela Moldovan2024-07-301-0/+27
Closes #1250