Skip to content

Test-Case v0.3.2

Choose a tag to compare

@frondeus frondeus released this 01 Oct 12:06
· 129 commits to master since this release

Overview

This crate provides #[test_case] procedural macro attribute that generates multiple parametrized tests using one body with different input parameters.
A test is generated for each data set passed in test_case attribute.
Under the hood, all test cases that share same body are grouped into mod, giving clear and readable test results.

Bugfixes

  • Added support for impl Trait - it worked in 2.x crate.

Minor improvements

  • Added extra test cases

Upgraded dependencies

  • Upgraded version_check to v0.9.1