You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched and "unittest" was at one point (in 2018 with micropython-unittest 0.4) working with micropython. However, a lot has probably changed since then and I was wondering what other people do for unit testing there micropython+lvgl code.
I have code that now runs on an embedded ESP32 screen along with on my MacOS and Linux systems. Not everything is perfect though. As I also need a way of using a serial port on my Mac/Linux box with micropython to more faithfully emulate the ESP32 device (which talks to another device via it's serial port).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched and "unittest" was at one point (in 2018 with micropython-unittest 0.4) working with micropython. However, a lot has probably changed since then and I was wondering what other people do for unit testing there micropython+lvgl code.
I have code that now runs on an embedded ESP32 screen along with on my MacOS and Linux systems. Not everything is perfect though. As I also need a way of using a serial port on my Mac/Linux box with micropython to more faithfully emulate the ESP32 device (which talks to another device via it's serial port).
Suggestions welcome.
Beta Was this translation helpful? Give feedback.
All reactions