Explorar el Código

Added tested library logs to unittest

master
Dirk Alders hace 2 meses
padre
commit
5ec5cda68a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      run.py

+ 1
- 1
run.py Ver fichero

@@ -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…
Cancelar
Guardar