Crate substrate_test_utils

Source
Expand description

Test utils

Macros§

assert_eq_uvec
Panic when the vectors are different, without taking the order into account.

Attribute Macros§

test
Marks async function to be executed by an async runtime and provide a TaskExecutor, suitable to test environment.