Skip to content

Diagnostic output, test-suite example, and UML diagrams

Compare
Choose a tag to compare
@rouson rouson released this 02 Jan 16:06
· 31 commits to main since this release
d379d91

What's New

  • A capability for producing diagnostic output when a test fails. 🩹 🤕
  • An example test suite demonstrating the use of diagnostic in a test failure. 🩺
  • A doc/uml/ subdirectory containing UML class and sequence diagrams describing the example test suite. 📖

Executing fpm run --example main runs the new example test suite.

Changelog Summary

  • Add unit tests for test_description_t and simplify the derived type definition by @rouson in #27
  • Feature: produce diagnostic output for test failures by @rouson in #28

Full Changelog: 1.5.4...1.6.0