|
@@ -251,7 +251,7 @@ def unittest_testrun(ut_folder, options):
|
251
|
251
|
for key in data_collection[jsonlog.MAIN_KEY_SPECIFICATION].get(jsonlog.SPEC_ITEM_DICT, {}):
|
252
|
252
|
heading_dict[key] = data_collection[jsonlog.MAIN_KEY_SPECIFICATION][jsonlog.SPEC_ITEM_DICT][key]['Heading']
|
253
|
253
|
test_session = report.testSession(
|
254
|
|
- ['__unittest__', 'root'],
|
|
254
|
+ ['__unittest__', 'root', config.lib.__name__],
|
255
|
255
|
interpreter=interpreter_version,
|
256
|
256
|
testcase_execution_level=execution_level,
|
257
|
257
|
testrun_id='p%d' % sys.version_info[0],
|