Crate fluent_test_macros
Source - after_all
- Registers a function to be run once after all tests in the current module
- before_all
- Registers a function to be run once before any test in the current module
- setup
- Registers a function to be run before each test in the current module
- tear_down
- Registers a function to be run after each test in the current module
- with_fixtures
- Runs a function with setup and teardown fixtures from the current module
- with_fixtures_module
- Runs all test functions in a module with setup and teardown fixtures