Skip to content

Shiny new ArduinoUnit

Compare
Choose a tag to compare
@wmacevoy wmacevoy released this 03 May 06:52
· 73 commits to master since this release

ArduinoUnit 3.0

  • Builds on ESP8266 & ESP32.
  • Compiles to a much smaller size (flash string de-duplication, and a template-de-specialization which reduces the number of asserts that are built).
  • Allows for optional foot notes and alternate return values on failure.
  • AssertNear and AssertRelativelyNear for float/double comparisons.
  • Can be built on dev systems: en vitro and en vivo tests (see vitro example).
  • Has a guidebook to get started (see guidebook.md).