Attribute Macrosยง
- integration_
test - Integration test macros Usage: If you want add hooks to you integaration test, which need to create something before test, or remove something after test need add #[integration_test] macro after #test macro. If you add #[integration_test] you must add set_up(), and tear_down() hooks