Skip to main content

Crate rsspec_macros

Crate rsspec_macros 

Source
Expand description

Proc macros for the rsspec BDD testing framework.

Macros§

bdd
BDD test runner macro — generates a main() function with colored tree output.
bdd_suite
Generate a test tree without fn main() — returns Vec<rsspec::runner::TestNode>.
suite
A Ginkgo/RSpec-inspired BDD test suite macro.