Open ThomasWaldmann opened 6 years ago
There is micropython-lib.unittest. Haven't used it but it looks simple and straightforward...
Ah, good idea. I don't really like unittest
, but guess it's better than nothing.
And if we need to improve it we may as well contribute changes back upstream... :)
Usually I use pytest to run tests, but I guess that does not work on MicroPython?
So what is a sane, working test runner?
Currently I do testing using the UNIX port of MicroPython.