FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ews-coordinator
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gilligan Lab for Epidemiology and Modelling
Wheat rusts
ews-coordinator
Commits
d23824da
Commit
d23824da
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
investigating failing env suit full fat failure
parent
fc1e6465
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/integration/partial/integration_test_utils.py
+4
-1
4 additions, 1 deletion
tests/integration/partial/integration_test_utils.py
with
4 additions
and
1 deletion
tests/integration/partial/integration_test_utils.py
+
4
−
1
View file @
d23824da
...
...
@@ -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
=
{}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment