Added tested library logs to unittest
This commit is contained in:
parent
cb9b2ec388
commit
5ec5cda68a
2
run.py
2
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],
|
||||
|
Loading…
x
Reference in New Issue
Block a user