aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/tests
Commit message (Collapse)AuthorAgeFilesLines
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-261-2/+2
|
* tor-rtmock: Fiddle with a comment formatIan Jackson2025-03-061-2/+3
| | | | For some reason rustfmt wants to mess with this. Forestall it.
* tor-rtmock: Actually apply deprecated attr to deprecated time.rsIan Jackson2025-03-061-0/+11
|
* tor-rtmock: miri: disable tests that use wallclock timeIan Jackson2024-10-081-0/+2
|
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+1
| | | | | | | | | | | | | | Having this in the `tor-async-utils` crate prevents us from doing both of the following without introducing a circular dependency: * using it in `tor-rtmock` (which we currently do, particularly in tests). * using `tor-rtmock` to test things in `tor-async-utils`. We don't do this yet, but it is generally sensible to do so. In particular we want to move the `stream_peak` module there, which is currently tested with `tor-rtmock`. Moving this into its own crate avoids this circular dependency.
* oneshot: Apply deferred rustfmt churnIan Jackson2023-10-111-1/+1
| | | | cargo fmt, precisely.
* oneshot: Use veneer in tor-rtmockIan Jackson2023-10-111-1/+1
|
* Use parse_rfc3339() in the tor-rtmock crateNeel Chauhan2022-12-161-2/+2
|
* Remove allow(clippy::disallowed_methods) lint.Nick Mathewson2022-03-301-1/+0
|
* use wallclock where possible in teststrinity-1686a2022-02-261-0/+1
|
* fix/silence clippy lints in test modulesDaniel Eades2021-09-081-7/+7
|
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-271-0/+172
This will cause some pain for now, but now is really the best time to do this kind of thing.