forked from adafruit/Adafruit_Blinka
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Unit Test Framework #2
Comments
As of 3b2fc26 the approach is now functioning and successfully testing LED control and Button push detection on Feather Huzzah running Micropython. Here is an example log...
|
fyi used this code for testing GPIO input & output
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Worth coming up with a strategy for unit testing and Testcases for bug triage structured around TDD.
For now, using unittest from https://github.com/micropython/micropython-lib/blob/cfa1b9cce0c93a3115bbff3886c9bbcddd9e8047/unittest/unittest.py and populating a testing folder in the root. In the end these will be separated to avoid cluttering the distributed files.
The text was updated successfully, but these errors were encountered: