maclobdell / mbed-test-runner

Simple Mbed OS test runner for running automated tests on multiple boards and toolchains
0 stars 2 forks source link

execute greentea commands directly instead of 'mbed test' #4

Closed maclobdell closed 6 years ago

maclobdell commented 6 years ago

needs exploration. perhaps it would be more reliable and stable to to import greentea python module and run tests that way.

MarceloSalazar commented 6 years ago

I'd suggest sticking to Mbed CLI. This would let us verify the integration of the tools and ensure others can use a single command (mbed test...) to prepare the environment and run tests.

maclobdell commented 6 years ago

closing. seems no reason to change the way it is working now.