awesome-rust-testing icon indicating copy to clipboard operation
awesome-rust-testing copied to clipboard

macro utest!(setup, test, teardown)

Open frehberg opened this issue 5 years ago • 1 comments

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?

frehberg avatar Nov 26 '19 17:11 frehberg

sure, why not. there are already harnesses in there

hoodie avatar Nov 26 '19 23:11 hoodie