
6 May
2020
6 May
'20
6:26 p.m.
Some Python subtests executed via the 'ut' console command were not executed due to not following a required naming convention.
Add a description of the naming convention. Fix the tests.
Heinrich Schuchardt (2): test: describe naming conventions for macro UNIT_TEST test: fix naming of test functions in the log test suite
include/test/test.h | 24 +++++++++++++++++++- test/log/nolog_test.c | 24 ++++++++++---------- test/log/syslog_test.c | 48 ++++++++++++++++++++-------------------- test/py/tests/test_ut.py | 17 +++++++++++++- 4 files changed, 75 insertions(+), 38 deletions(-)
-- 2.26.2