Skip to main content

Crate allure_test_macros

Crate allure_test_macros 

Source
Expand description

Procedural macros used by allure-cargotest.

Most users import these macros through allure_cargotest, which re-exports them together with the cargo-test runtime integration.

Attribute Macrosยง

allure_test
Wraps a cargo test test function in an Allure test lifecycle.
log_asserts
Rewrites standard Rust assertions in a function body into Allure assertion log steps.
step
Wraps a helper function body in an Allure step.