|
|
|
|
286
|
for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}):
|
286
|
for key in data_collection[UNITTEST_KEY_SPECIFICATION].get('item_dict', {}):
|
287
|
heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading']
|
287
|
heading_dict[key] = data_collection[UNITTEST_KEY_SPECIFICATION]['item_dict'][key]['Heading']
|
288
|
test_session = report.testSession(
|
288
|
test_session = report.testSession(
|
289
|
- ['__unittest__', config.lib.logger_name] + config.additional_loggers_to_catch,
|
|
|
|
|
289
|
+ ['__unittest__', config.lib.logger.name] + config.additional_loggers_to_catch,
|
290
|
interpreter=interpreter_version,
|
290
|
interpreter=interpreter_version,
|
291
|
testcase_execution_level=execution_level,
|
291
|
testcase_execution_level=execution_level,
|
292
|
testrun_id='p%d' % sys.version_info[0],
|
292
|
testrun_id='p%d' % sys.version_info[0],
|