From 5ec5cda68aa65b9f7f85ac7f8147dc7dd9140e1b Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 29 Sep 2024 22:18:14 +0200 Subject: [PATCH] Added tested library logs to unittest --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index c929a72..e70e17f 100644 --- a/run.py +++ b/run.py @@ -251,7 +251,7 @@ def unittest_testrun(ut_folder, options): for key in data_collection[jsonlog.MAIN_KEY_SPECIFICATION].get(jsonlog.SPEC_ITEM_DICT, {}): heading_dict[key] = data_collection[jsonlog.MAIN_KEY_SPECIFICATION][jsonlog.SPEC_ITEM_DICT][key]['Heading'] test_session = report.testSession( - ['__unittest__', 'root'], + ['__unittest__', 'root', config.lib.__name__], interpreter=interpreter_version, testcase_execution_level=execution_level, testrun_id='p%d' % sys.version_info[0],