How to run unit tests stored on host with mpremote?
Posted: Thu Aug 25, 2022 12:06 pm
Hi, i like to run unit tests stored on a Windows 10 host pc with mpremote. So basically the Pyboard D should run the unit_tests from this folder. I am not sure if this is possible.
The number of unit tests can quickly increase and until now i have stored them on the Pyboard D device which takes a lot of space.
To create unit tests i use the unittest.TestSuite().
Suppose i store all unit tests in a folder named c:\unit_test on my Windows 10 host pc. How can i run them using a script with mpremote?
Anyone done this before?
The number of unit tests can quickly increase and until now i have stored them on the Pyboard D device which takes a lot of space.
To create unit tests i use the unittest.TestSuite().
Suppose i store all unit tests in a folder named c:\unit_test on my Windows 10 host pc. How can i run them using a script with mpremote?
Anyone done this before?