serial-unit-testing 0.2.4

Serial unit testing program and library
Documentation
1
2
3
4
5
6
7
8
9
# Example script

(Test One)              "h\n"  :  "Help"
(Test Two, repeat = 2) h"00FF" : h"00"
                       h"00af" : h"03"

[Group One]
(Group Test One) "gp\n" : "yes"
(Group Test Two) "gq\n" : "no"