Crate testify_macros

Crate testify_macros 

Source
Expand description

This library provides a set of utilities for testing bunnybook (and other projects) with an extended API.

Attribute Macros§

cleanup
Runs the test environment cleanup after the execution of the tests.
main
Wraps your program’s main function and adds the necessary code to run the tests.
setup
Runs the test environment setup before the execution of the tests.
test
Marks a function as a test function.