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],