Adaption to changed logging
This commit is contained in:
parent
d243a1667e
commit
a34ffe1201
2
run.py
2
run.py
@ -286,7 +286,7 @@ def unittest_run(unittest_folder, options):
|
|||||||
for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}):
|
for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}):
|
||||||
heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading']
|
heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading']
|
||||||
test_session = report.testSession(
|
test_session = report.testSession(
|
||||||
['__unittest__', config.lib.logger_name] + config.additional_loggers_to_catch,
|
['__unittest__', config.lib.logger.name] + config.additional_loggers_to_catch,
|
||||||
interpreter=interpreter_version,
|
interpreter=interpreter_version,
|
||||||
testcase_execution_level=execution_level,
|
testcase_execution_level=execution_level,
|
||||||
testrun_id='p%d' % sys.version_info[0],
|
testrun_id='p%d' % sys.version_info[0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user