esp-idf/tools/tiny-test-fw
He Yin Ling 9d075a728a ttfw: fix incorrect length when flush data cache after expect:
data cache is unicode. while we use bytes in RegEx expect. The index of
matched pattern is calculated with bytes, could be different from
unicode. Now we fix this issue by using unicode in expect.
2021-07-05 20:19:00 +08:00
..
docs tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
IDF ttfw: fix DUT exception not added to junit report 2021-05-20 16:53:52 +08:00
Utility CI: use parallel attribute in CI config file 2019-08-26 10:46:39 +08:00
App.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
CIAssignExampleTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
CIAssignUnitTest.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
DUT.py ttfw: fix incorrect length when flush data cache after expect: 2021-07-05 20:19:00 +08:00
Env.py ci: Log failure to close any DUT 2021-02-15 10:54:50 +11:00
EnvConfig.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01:00
EnvConfigTemplate.yml test: add test fw for example test 2017-10-31 17:42:19 +08:00
example.py tools: Fix the Python coding style 2018-12-19 11:56:24 +01: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 test: add test fw for example test 2017-10-31 17:42:19 +08:00
TinyFW.py ttfw: fix DUT exception not added to junit report 2021-05-20 16:53:52 +08:00