Skip to content

Releases: radiant64/testdrive

Version 1.1.1

29 Oct 15:36
Compare
Choose a tag to compare

Removes a usage of uninitialized memory.

Version 1.1.0

22 Oct 07:43
Compare
Choose a tag to compare

Running a fixture now returns the total number of failed tests, and fixture variables are declared volatile as required by the specification.

Version 1.0.1

14 Jul 19:18
Compare
Choose a tag to compare

Fixed a bug where side effects of a condition evaluated inside a REQUIRE macro wouldn't be preserved across subsections.

Version 1.0.0

09 Feb 20:55
Compare
Choose a tag to compare

First proper version. State will reset between nested sections on the same level, event emission was reworked into something more proper.