Skip to content

Features: Tally skipped tests and enhance documentation

Choose a tag to compare

@rouson rouson released this 03 Apr 05:33
· 478 commits to main since this release
c435adb

Breaking Release

  1. BREAKING: Remove the legacy test and vector test functions that lack diagnostic information. 💔
  2. Support vector tests in which one function produces multiple diagnoses. ⚕️
  3. Support skipping but tallying tests by omitting the diagnosis function argument in test_description_t and vector_test_description_t constructors. ◀️
  4. Add a detailed example-test-suite README.md and a better introduction in the root-directory README.md. 🫚
  5. Add ASCII art in the root-directory README.md. 🎨
  6. Tally but skips three tests when executing Julienne's test suite built by gfortran. 3️⃣

What's Changed

  • (fix): Update README.md to fix docs link by @ktras in #47 📝
  • Add test diagnostics output by @rouson in #44 🩺
  • Feature: Skip tests and report skipped tests by @rouson in #48 🏃‍♀️
  • Documentation: Add example-test-suite README.md by @rouson in #49 📘
  • doc(README): update introduction by @rouson in #50 📖
  • doc(README): restructure test definition steps by @rouson in #52 📚

Full Changelog: 1.8.4...2.0.0