aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-proto/src/channel/test_utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* proto: Expect a now-unused test function to be dead codeGabriela Moldovan8 days1-0/+1
|
* tor-proto: extend circ handshake tests to close the circuitSteven Engler2026-07-301-0/+10
|
* tor-proto: rename some methods on test `ConnInspector`Steven Engler2026-07-301-4/+4
|
* tor-proto: don't drop stream rx in testsSteven Engler2026-07-301-7/+12
| | | | Otherwise the new circuit gets closed immediately by the relay.
* tor-proto: add 'test_utils' mod for channel testsSteven Engler2026-07-291-0/+305
These help to establish connected channel objects to be used for tests.