FAQ | This is a LIVE service | Changelog

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

investigating failing env suit full fat failure

parent fc1e6465
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class IntegrationTestUtils:
_test_report_dir = IntegrationTestUtils.TEST_JOB_DIR
runner = HTMLTestRunner(output = _test_report_dir, combine_reports = True)
# result: TestResult = runner.run(tests)
result: TestResult = runner.run(tests)
return True
......@@ -197,12 +197,15 @@ class IntegrationTestUtils:
email_cred_path: str,
**kwargs):
print("running external pipeline1")
# need EMAIL_CRED in the environment before we import Processor
os.environ["EMAIL_CRED"] = email_cred_path
print("running external pipeline2")
import Processor
reload(Processor) # reload the class to reset all variables
from Processor import run_Process, set_log_level
print("running external pipeline3")
args_dict: dict = {}
......
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