mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
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.