OVMS3-idf/tools/tiny-test-fw
He Yin Ling 2b068f3ceb tiny-test-fw: fix misc bugs:
1. configs are not functional
    * decorator will be executed when search case, need to set default config before search case.
2. fix DUT encode/decode errors
    * python3 serial don't support write string/unicode, need to convert to bytes first.
    * python2 string could failed to encode/decode non-acsii chars
3. fix bug that log folder not created
4. fix bug that test suite name is not correctly passed:
    * the keyward arg should be `test_suite_name` not `test_name`
5. fix bug that test stopped on failed case
6. fix DUT `read` don't return all data cache
    * `_DataCache.get_data` should first copy all data from queue to data cache and then return to user.
7. fix bug that `expect_all` failed even all expected item passed
8. optimize error info for expect
    * print pattern for regular expression when match failed
9. fix bug that set default config doesn't work
2018-05-15 03:29:31 +00:00
..
docs tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
IDF CI: new CI ut framework, and can run it in local PC 2018-02-05 06:58:22 +00:00
Utility tiny-test-fw: add utilities: 2018-05-15 03:29:31 +00:00
App.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
CIAssignExampleTest.py CI: new CI ut framework, and can run it in local PC 2018-02-05 06:58:22 +00:00
CIAssignUnitTest.py unit-test-app: support multi stages test 2018-03-30 11:38:49 +08:00
DUT.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
Env.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
EnvConfig.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
EnvConfigTemplate.yml test: add test fw for example test 2017-10-31 17:42:19 +08:00
example.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
Runner.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00
TestCase.py test: add test fw for example test 2017-10-31 17:42:19 +08:00
TinyFW.py tiny-test-fw: fix misc bugs: 2018-05-15 03:29:31 +00:00