Skip to content

macro utest!(setup, test, teardown) #3

@frehberg

Description

@frehberg

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions