aboutsummaryrefslogtreecommitdiff
path: root/crates/arti/tests
Commit message (Expand)AuthorAgeFilesLines
* arti: Gate the "arti keys" tests behind onion-service-serviceGabriela Moldovan2026-06-171-2/+6
* arti: Remove no longer used test helperGabriela Moldovan2026-06-171-13/+1
* arti: Remove now-obsolete keys test moduleGabriela Moldovan2026-06-173-581/+0
* arti: Add a trycmd-based test for arti keys list error handlingGabriela Moldovan2026-06-173-0/+5
* doc/keys.md: Un-ignore some of the example snippetsGabriela Moldovan2026-06-172-1/+16
* arti, keymgr: s/IDEA/TODOGabriela Moldovan2026-06-171-1/+1
* arti: Don't mention entry validity in the help messageGabriela Moldovan2026-06-171-1/+1
* arti: subcommands: keys: Rework output of keys listhjrgrn2026-06-173-70/+274
* arti: tests: Add regression test for `arti -h`hjrgrn2026-04-085-0/+13
* arti: test: rename unrecognized-entry to hs_unrecognized_entry to fix the CIhjrgrn2026-03-304-3/+3
* arti: test: correct typo in hss.rshjrgrn2026-03-301-2/+2
* arti: test: Add description of the test file structure of the keys test suitehjrgrn2026-03-301-0/+43
* arti: tests: Rename some keys test files using more intuitive nameshjrgrn2026-03-304-5/+5
* arti: test: Update tests README.mdhjrgrn2026-03-301-5/+18
* arti: test: Remove unused test data hsc-common/hsc.inhjrgrn2026-03-305-37/+0
* Fix typosTobias Stoeckmann2026-03-242-2/+2
* Fix word duplicate typosTobias Stoeckmann2026-03-151-1/+1
* arti: test: hsc: add test get_fails_if_no_gen_and_no_keyhjrgrn2026-02-173-92/+151
* arti: test: rescope entities form util.rs fileshjrgrn2026-02-033-31/+33
* cli_tests: Rename tests for clarity and consistencyGabriela Moldovan2026-02-021-3/+3
* cli_tests: Insert spacing between top-level itemsGabriela Moldovan2026-02-021-0/+8
* cli_tests: Fix typo in test nameGabriela Moldovan2026-02-021-2/+2
* cli_tests: Clarify a comment in ctor-migrate testGabriela Moldovan2026-02-021-1/+1
* cli_tests: Rename test closure for clarityGabriela Moldovan2026-02-021-3/+3
* Add integration test suite for `hsc ctor-migrate` subcommandhjrgrn2026-02-0218-91/+485
* keymgr: Update expected output in integration testsGabriela Moldovan2026-01-061-6/+6
* Add `hsc key ctor-migrate` subcommandhjrgrn2025-11-2419-7/+33
* arti: fix deprecation warnings in assert_cmd libSteven Engler2025-10-313-7/+8
* arti: test: Add integration test for `hss ctor-migrate`hjrgrn2025-09-1023-30/+636
* arti: keys: Add `keys check-integrity` CLI toolhjrgrn2025-09-045-4/+44
* arti: test: Fix `keys` integration testhjrgrn2025-08-282-2/+2
* Merge branch 'toml' into 'main'David Goulet2025-08-261-18/+7
|\
| * arti: simplify the `create_state_dir_entry` test helperSteven Engler2025-08-251-18/+7
* | tor-hscrypto: change redacted `HsId` from "???" to "[…]"Steven Engler2025-08-251-1/+1
|/
* arti: test: Add note in `KeysListCmd::create_state_dir_entry`hjrgrn2025-08-251-0/+2
* arti: test: Add integration test suite for `arti keys`hjrgrn2025-08-2512-1/+384
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-6/+10
* arti: hss: Add `arti hss ctor-migrate`hjrgrn2025-07-317-1/+57
* arti: raw: Rename `arti keys-raw remove-by-path`hjrgrn2025-07-152-4/+4
* arti: keys: Add arti keys-rawhjrgrn2025-07-147-7/+57
* arti: keys: Fix arti keys help messagehjrgrn2025-06-231-1/+1
* arti: Add keys list and keys list-keystoreshjrgrn2025-06-1215-1/+106
* arti: test: Refactor arti integration testhjrgrn2025-05-124-2/+156
* Remove hsc quiet and force flags in favor of batchhjrgrn2025-04-141-1/+1
* test: Fix get-key-error testcase for hschjrgrn2025-03-192-3/+3
* test: Fix get-key-error testcase for hschjrgrn2025-03-182-2/+3
* test: Update testcase get-key-error for hschjrgrn2025-03-141-2/+2
* Deprecate --onion-name; introduce --onion-addressdisha2025-03-124-11/+11
* arti: Remove incorrect deprecation warning in hschjrgrn2025-03-101-1/+1
* arti: Gate the arti hsc subcommand behind a new "hsc" feature.Gabriela Moldovan2024-09-191-1/+1