esp-idf/tools/tiny-test-fw
Roland Dobai c3d99dd2e4 Encourage to install python packages without administrative rights
Using 'sudo pip install' can cause a lot of problems because usually
there are a couple of Python interpreters installed. This fix encourages
developers to use `pip install --user` instead which is safer.
2018-09-11 08:54:37 +02:00
..
IDF tiny-test-fw: Print more useful info when download.config doesn't exist 2018-08-27 12:47:08 +02:00
Utility tiny-test-fw: support ignore test cases in CI assign test stage 2018-07-27 19:44:15 +08:00
docs Encourage to install python packages without administrative rights 2018-09-11 08:54:37 +02:00
App.py
CIAssignExampleTest.py
CIAssignUnitTest.py
DUT.py tiny-test-fw: invoke expect callbacks in order of appearance 2018-08-20 16:49:20 +08:00
Env.py tiny-test-fw: print expect failure when test fails 2018-07-13 07:04:05 +00:00
EnvConfig.py
EnvConfigTemplate.yml
Runner.py
TestCase.py
TinyFW.py tiny-test-fw: support ignore test cases in CI assign test stage 2018-07-27 19:44:15 +08:00
example.py
requirements.txt