File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 4040* Add better mock builds.
4141* Use type widening to reduce specializations.
4242* Depricate FakeStream for MockStream and MockPrint
43-
44-
45-
43+ * Resolve a<b equivalence regresion (issue 77)
44+ * Resolve builds for ESP8266/ESP32
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ ArduinoUnit
33
44Unit test framework for arduino projects.
55
6- ## Current Version 2.3.5 -alpha
7- [ Download ArduinoUnit 2.3.5 -alpha] ( https://github.com/mmurdoch/arduinounit/releases/tag/v2.3.5 -alpha ) .
6+ ## Current Version 2.3.7 -alpha
7+ [ Download ArduinoUnit 2.3.7 -alpha] ( https://github.com/mmurdoch/arduinounit/releases/tag/v2.3.7 -alpha ) .
88
99ArduinoUnit 2.0 is a complete rewrite of ArduinoUnit based on the experience
1010of unit testing with the 1.x library over the last few years. It aims to be
Original file line number Diff line number Diff line change 11name =ArduinoUnit
2- version =2.3.5 -alpha
2+ version =2.3.7 -alpha
33author =Matthew Murdoch
44maintainer =Matthew Murdoch <matthew.murdoch.0@gmail.com>
55sentence =Unit test framework for arduino projects.
You can’t perform that action at this time.
0 commit comments