Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.2 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.0.0 - 2023-08-01

Added

  • Assert null and assert same failure message contains the pointer reference.
  • A suite can have an optional set up and tear down function.

Changed

  • Combine functions get_failure_count and clear_tests in function run_tests.

1.0.1 - 2023-07-31

Fixed

  • In assertion messages, the variable name was displayed instead of the variable value.
  • Fix messages of negated assertions.

1.0.0 - 2023-07-31

Added

  • Create a test suite with test cases.
  • Create a test case as function.
  • Check assertions with ASSERT macros.
  • Run tests with CI friendly output on console and return value.