micropython-esp32-ulp
micropython-esp32-ulp copied to clipboard
best practice: unit tests on micropython?
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.
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... :)