Releases: pcsm/test_double
Releases · pcsm/test_double
Version 0.3.0
Features:
- Added ability to substitute types with
Mock
prefixed, via#[test_double_prefixed]
andtest_doubles_prefixed!
macros. Thanks to @jtk18 for the idea and initial pull request 👍 - Revised documentation, with easier-to-follow examples
- Integration tests
Fixes:
- Fixed problem where providing an alternate name required an extra set of parentheses
Version 0.2.0
Changes:
- Now using stable procedural macros, and requires Rust 1.31 or higher to use. No longer nightly-only!
Features:
- Added the ability to handle nested imports and group imports
Updates:
- Now using Rust 2018 Edition
- Updated dependencies:
syn
to 0.15 andquote
to 0.6