Skip to content

Releases: mzabaluev/generic-tests

0.1.3

08 Nov 08:23
v0.1.3
Compare
Choose a tag to compare

Updated to syn 2.x (#8).
Improved documentation, including an example on const generics that can now be used in stable Rust.

0.1.2

08 Feb 07:37
v0.1.2
Compare
Choose a tag to compare

Updated dev-dependencies on tokio, bytes, and the doc examples using them.

0.1.1

07 Jul 06:33
v0.1.1
Compare
Choose a tag to compare

New features:

  • Support for arbitrary test function attributes provided by other crates (#1).
  • A customizable set of attributes is copied from the generic test function to
    its instantiations (#1).
  • Support for async tests.

Bug fixes:

  • Resolve ambiguity between names local for the macro root module and names local to the instantiation module's parent, which may be different with nested modules (#2).

0.1.0

07 Jul 06:31
v0.1.0
Compare
Choose a tag to compare

First release, implementing the basic use case.