FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit b2c68487 authored by L. Bower's avatar L. Bower
Browse files

investigating failing env suit full fat failure

parent 8e684647
No related branches found
No related tags found
No related merge requests found
...@@ -202,19 +202,19 @@ class IntegrationTestUtils: ...@@ -202,19 +202,19 @@ class IntegrationTestUtils:
import Processor import Processor
reload(Processor) # reload the class to reset all variables reload(Processor) # reload the class to reset all variables
# from Processor import run_Process, set_log_level from Processor import run_Process, set_log_level
#
# args_dict: dict = {} args_dict: dict = {}
#
# note, possible to override these values in the kwargs loop below # note, possible to override these values in the kwargs loop below
# args_dict['live'] = False args_dict['live'] = False
# args_dict['noupload'] = True args_dict['noupload'] = True
# args_dict['start_date'] = start_date args_dict['start_date'] = start_date
# args_dict['component'] = component args_dict['component'] = component
# args_dict['config_paths'] = [IntegrationTestUtils.TEMP_CONFIG_FILE_NAME] args_dict['config_paths'] = [IntegrationTestUtils.TEMP_CONFIG_FILE_NAME]
# args_dict['log_level'] = 'info' args_dict['log_level'] = 'info'
# args_dict['clearup'] = True args_dict['clearup'] = True
#
# for key, value in kwargs.items(): # for key, value in kwargs.items():
# args_dict[key] = value # args_dict[key] = value
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment