summaryrefslogtreecommitdiff
path: root/lib/upytesthelper/upytesthelper.h
AgeCommit message (Collapse)Author
2017-12-13lib/upytesthelper: MicroPython test helper layer on top of tinytest.Paul Sokolovsky
Tinytest is classical assert-style framework, but MicroPython tests work in different way - they produce content, and that content should be matched against expected one to see if test passes. upytesthelper exactly adds helper functions to make that possible.