0.5.0 - support verbose messages with AUnitVerbose.h
- 0.5.0 (2018-04-25)
- Support verbose assertion messages using AUnitVerbose.h. Fixes #8.
- Better assertion messages for assertTrue() and assertFalse(). Fixes #17.
- Print duration of test runner at the end. Fixes #18.
- Extract meta assertion tests to tests/AUnitMetaTest, so that core
tests/AUnitTest can fit inside an Arduino Micro.