summaryrefslogtreecommitdiff
path: root/crates/tor-netdir/src/testprovider.rs
Commit message (Collapse)AuthorAgeFilesLines
* Mock implementation of a NetDirProvider for testing.Nick Mathewson2022-11-081-0/+59
I'm about to remove the old testing APIs from GurdMgr that took in a NetDir in each function: adding this will make that possible.