summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/test.rs
Commit message (Collapse)AuthorAgeFilesLines
* use 3des instead of rc2 in .pfx test fixtureTrinity Pointard2021-11-181-1/+1
|
* Fix/suppress a few more clippy lints in tests.Nick Mathewson2021-09-081-9/+9
| | | | | I'm alright with allowing cognitive-complexity violations in the tests.
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-0/+1
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+251
This will cause some pain for now, but now is really the best time to do this kind of thing.