Skip to main content

rstest

Attribute Macro rstest 

Source
#[rstest]
Expand description

Generate a test function using rstest. If used on a async function the test will use the tokio runtime. See the rstest documentation.