<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/arti/tests/cli_tests, branch arti-v2.5.0</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.0'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-06-17T22:35:48Z</updated>
<entry>
<title>arti: Gate the "arti keys" tests behind onion-service-service</title>
<updated>2026-06-17T22:35:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T22:30:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a75a1c5c70181f6ab40b177bfac07eb4eda764ae'/>
<id>urn:sha1:a75a1c5c70181f6ab40b177bfac07eb4eda764ae</id>
<content type='text'>
Now that these test more than just the help output, we need to gate them
behind the `onion-service-service` feature: the tests involve some C Tor
keystores, and require at least one onion service to be configured,
because onion services (and clients) are the only thing these keystores
are used for.
</content>
</entry>
<entry>
<title>arti: Remove no longer used test helper</title>
<updated>2026-06-17T22:09:04Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T18:07:45Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=1436f750ab25b98c966c31bcf1d3ccf0f777bc9e'/>
<id>urn:sha1:1436f750ab25b98c966c31bcf1d3ccf0f777bc9e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: Remove now-obsolete keys test module</title>
<updated>2026-06-17T22:02:58Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T17:52:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3a40f26006134074c1fb88bc0f97d3d6b85c4782'/>
<id>urn:sha1:3a40f26006134074c1fb88bc0f97d3d6b85c4782</id>
<content type='text'>
We now have `trycmd` tests that cover most cases, so I am removing this
module. The reason this was introduced in the first place is in the
module level docs

```rust
//! The `assert_cmd` crate is used here instead of the preferred `trycmd` (see
//! [`README`](../README.md)) because the output of `keys list` is not deterministic across
//! different machines. The design choices of some components are workarounds for this limitation.
```

But this is no longer an issue now that the `keys list` output is
sorted.

Ideally, all tests would be written this way (we have a few more modules
in `cli_tests` that we should probably port to `trycmd` sometime).

Note: some of the tests I'm removing here don't have a `trycmd`
counterpart in `arti/tests/testcases/keys`. In my opinion, this is
perfectly fine, because the old tests were unnecessarily testing all the
possible configurations involving 1-2 keystores (one arti, and one C
Tor): it is not the responsibility of the CLI tests to cover all these
permutations (they should be tested in `tor-keymgr`).
</content>
</entry>
<entry>
<title>arti, keymgr: s/IDEA/TODO</title>
<updated>2026-06-17T16:18:26Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-06-17T15:46:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=18115a11225b9aaf3106512aa49ae84bf1c3eeb6'/>
<id>urn:sha1:18115a11225b9aaf3106512aa49ae84bf1c3eeb6</id>
<content type='text'>
It's better to use "TODO" like we do in the rest of Arti, because
otherwise this has a chance of being forgotten (because nobody really
greps for "IDEA").
</content>
</entry>
<entry>
<title>arti: subcommands: keys: Rework output of keys list</title>
<updated>2026-06-17T16:17:59Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-06-17T16:17:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e98b4a466fd6db9afd691ee3e9a74d3b4f5f90c9'/>
<id>urn:sha1:e98b4a466fd6db9afd691ee3e9a74d3b4f5f90c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: tests: Add regression test for `arti -h`</title>
<updated>2026-04-08T13:38:06Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-04-07T11:30:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=09fd697cea0434e87dee3e21a458662bc2961e92'/>
<id>urn:sha1:09fd697cea0434e87dee3e21a458662bc2961e92</id>
<content type='text'>
- Add regression test
- Update README
</content>
</entry>
<entry>
<title>arti: test: rename unrecognized-entry to hs_unrecognized_entry to fix the CI</title>
<updated>2026-03-30T12:43:51Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-03-30T12:43:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f8a1e0032acde04dcf298fa05ccc80778cbfe6ea'/>
<id>urn:sha1:f8a1e0032acde04dcf298fa05ccc80778cbfe6ea</id>
<content type='text'>
This changes save us from adding a new entry in .editorconfig
</content>
</entry>
<entry>
<title>arti: test: correct typo in hss.rs</title>
<updated>2026-03-30T12:08:17Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-03-30T12:08:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d182ecef1a54c12dcc73e1099a172b4ef9d18169'/>
<id>urn:sha1:d182ecef1a54c12dcc73e1099a172b4ef9d18169</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: test: Add description of the test file structure of the keys test suite</title>
<updated>2026-03-30T12:05:21Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-03-30T12:05:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=62adf34a1fac6993287dadbe0cf1d95e30e80175'/>
<id>urn:sha1:62adf34a1fac6993287dadbe0cf1d95e30e80175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>arti: tests: Rename some keys test files using more intuitive names</title>
<updated>2026-03-30T11:33:42Z</updated>
<author>
<name>hjrgrn</name>
<email>3874-hjrgrn@gitlab.torproject.org</email>
</author>
<published>2026-03-30T11:33:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f1bed5a40563b36b2bf2d1eb3c14a98f86601094'/>
<id>urn:sha1:f1bed5a40563b36b2bf2d1eb3c14a98f86601094</id>
<content type='text'>
</content>
</entry>
</feed>
