Skip to content

Releases: pcsm/test_double

Version 0.3.0

22 Feb 02:38
Compare
Choose a tag to compare

Features:

  • Added ability to substitute types with Mock prefixed, via #[test_double_prefixed] and test_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

12 Apr 00:36
Compare
Choose a tag to compare

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 and quote to 0.6