summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/testdata
Commit message (Collapse)AuthorAgeFilesLines
* Copy tor-netdoc/testdata/routerdesc1.txt into tor-dirmgrIan Jackson2022-11-031-0/+50
| | | | | This seems better than having tor_netdoc export a `#[cfg(test)]` public constant.
* Oops: add missing data filesNick Mathewson2021-10-282-0/+109
|
* tor-dirmgr: Test for GetCertsStateNick Mathewson2021-10-283-0/+138
|
* tor-dirmgr: Tests for GetConsensusState.Nick Mathewson2021-10-281-0/+94
This test uses a consensus that I've copied from tor-netdoc/testdata. I would include it directly, but I think that will cause trouble when it comes time to run "cargo package".