awesome-rust-testing
awesome-rust-testing copied to clipboard
macro utest!(setup, test, teardown)
Awesome list of crates :)
I am the other of the macro 'utest!()' https://crates.io/crates/test-generator-utest which can be used to write tests in the fashion of Java-Unittests, covering 3 phases:
- setup-function setting up the test-context
- test-function (or chain of functions) performing the test within the context
- teardown-function destroying the context in any case.
What do you think, should the crate/macro be added to this listing?
sure, why not. there are already harnesses in there