Skip to content

Releases: fredericbonnet/picotest

Version 1.4.2

03 Aug 16:07
Compare
Choose a tag to compare

Fixed

  • Fix minor clang warning

Version 1.4.1

01 Sep 09:38
Compare
Choose a tag to compare

Fixed

  • Fix extern test declaration. This should fix issue #2
  • Fix minor GCC warnings

Version 1.4.0

15 Jul 09:59
Compare
Choose a tag to compare

Added

  • Add test metadata
  • Add PICOTEST_VISIT for advanced test traversal scenarios

Version 1.3.0

06 Mar 20:38
Compare
Choose a tag to compare

Added

  • Add test suite

  • Make default logger/filter/hooks public:

    • PICOTEST_FILTER_DEFAULT
    • PICOTEST_FAILURE_LOGGER_DEFAULT
    • PICOTEST_CASE_ENTER_DEFAULT
    • PICOTEST_CASE_LEAVE_DEFAULT
    • PICOTEST_ASSERT_BEFORE_DEFAULT
    • PICOTEST_ASSERT_AFTER_DEFAULT
    • PICOTEST_FIXTURE_BEFORE_SETUP_DEFAULT
    • PICOTEST_FIXTURE_AFTER_SETUP_DEFAULT
    • PICOTEST_FIXTURE_BEFORE_TEARDOWN_DEFAULT
    • PICOTEST_FIXTURE_AFTER_TEARDOWN_DEFAULT
    • PICOTEST_SUITE_ENTER_DEFAULT
    • PICOTEST_SUITE_LEAVE_DEFAULT
    • PICOTEST_SUITE_BEFORE_SUBTEST_DEFAULT
    • PICOTEST_SUITE_AFTER_SUBTEST_DEFAULT

Version 1.2.1

02 Mar 23:05
Compare
Choose a tag to compare

Fixed

  • Fix issues with one-liner conditional tests. For example:

    if (some_cond) PICOTEST_ASSERT(some_test);

    This code would compile, but the assertion would be evaluated whatever the condition some_cond.

Version 1.2.0

21 Jan 22:20
Compare
Choose a tag to compare

Added

  • Add assertion hooks

Version 1.1.0

17 Nov 17:57
Compare
Choose a tag to compare

Added

  • Add PICOTEST_FAILURE

Fixed

  • Fix failure count for non-abortive failures

First public version 1.0.0

08 May 21:14
Compare
Choose a tag to compare
v1.0.0

Used the full URL for SemVer 2.0.0