Expand description
Testing utils used by the RPC tests.
Structs§
- Tokio
Test Executor - A task executor that can be used for running RPC tests.
Functions§
- allow_
unsafe - Helper to create an extension that allows unsafe calls.
- deny_
unsafe - Helper to create an extension that denies unsafe calls.
- test_
executor - Executor for testing.
- timeout_
secs - Wrap a future in a timeout a little more concisely