Releases: mzabaluev/generic-tests
Releases · mzabaluev/generic-tests
0.1.3
0.1.2
0.1.1
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).