We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
There is micropython-lib.unittest. Haven't used it but it looks simple and straightforward...
Sorry, something went wrong.
Ah, good idea. I don't really like unittest, but guess it's better than nothing.
unittest
And if we need to improve it we may as well contribute changes back upstream... :)
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: