-
- Downloads
lib/upytesthelper: MicroPython test helper layer on top of tinytest.
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.
lib/upytesthelper/upytesthelper.c
0 → 100644
lib/upytesthelper/upytesthelper.h
0 → 100644
Please register or sign in to comment