aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-config/src/testing.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-config: Expose assert_config_error test helper.Gabriela Moldovan2024-10-081-0/+17
This moves the `assert_config_error` helper from the restricted discovery config tests to a `testing` module in `tor-config` (I am about to reuse it for the C Tor keystore config tests too).