OVMS3-idf/tools/tiny-test-fw
He Yin Ling 3c99de352c tiny-test-fw: only load module from the same file one time:
we should only load one module once.
if we load one module twice, python will regard the same object loaded in the first time and second time as different objects.
it will lead to strange errors like `isinstance(object, type_of_this_object)` return False
2019-11-23 20:40:23 +08:00
..
docs tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
IDF tiny-test-fw: add build config and target options 2019-11-21 15:36:06 +01:00
Utility tiny-test-fw: only load module from the same file one time: 2019-11-23 20:40:23 +08:00
App.py tiny-test-fw: add build config and target options 2019-11-21 15:36:06 +01:00
CIAssignExampleTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
CIAssignUnitTest.py ci: use more flexible assign for unit test cases 2019-11-23 20:39:19 +08:00
DUT.py tiny-test-fw: add build config and target options 2019-11-21 15:36:06 +01:00
Env.py tiny-test-fw: add build config and target options 2019-11-21 15:36:06 +01:00
EnvConfig.py python: Fix yaml.load warnings 2019-09-13 10:29:38 +00:00
EnvConfigTemplate.yml test: add test fw for example test 2017-10-31 17:42:19 +08:00
example.py ci: limit example test to ESP32s 2019-09-04 10:53:25 +10:00
requirements.txt tiny-test-fw: enhanced junit test report support: 2018-11-22 20:49:15 +08:00
Runner.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
TestCase.py python: Fix yaml.load warnings 2019-09-13 10:29:38 +00:00
TinyFW.py test: include chip in test case ID 2019-04-19 14:39:44 +08:00