referrerpolicy=no-referrer-when-downgrade

Module testing

Source
Expand description

Testing utils used by the RPC tests.

Structs§

TokioTestExecutor
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