소스 검색

Added tested library logs to unittest

master
Dirk Alders 2 달 전
부모
커밋
5ec5cda68a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      run.py

+ 1
- 1
run.py 파일 보기

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

Loading…
취소
저장