From patchwork Wed May 6 16:26:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heinrich Schuchardt X-Patchwork-Id: 245201 List-Id: U-Boot discussion From: xypron.glpk at gmx.de (Heinrich Schuchardt) Date: Wed, 6 May 2020 18:26:06 +0200 Subject: [PATCH 0/2] test: fix naming of test functions in the log test suite Message-ID: <20200506162608.96975-1-xypron.glpk@gmx.de> 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