Description
A set of helpers that add some functionality to the default rust test runner that I missed from Jest.
Currently implemented:
#[before_each]: Only valid on amod. Requires a single function namedbefore_each. Copies the body contents of thebefore_eachfunction into the beginning of the function body of any functions in the samemodthat have an attribute with the word "test" in it.
To do:
#[after_all]:#[after_each]:#[before_all]:#[only]:#[skip]: