Skip to content

Use tor_rtcompat::test_with_all_runtimes!() in place of #[tokio::test]

Nick Mathewson requested to merge nickm/arti:issue_222 into main

This branch removes usage of tokio::test from the tor-proto crate.

Closes #222 (closed).

Let's make sure at least that the CI passes before merging. Also, you might want to review it with the -b git flag, to avoid getting spurious indentation changes.

Merge request reports