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
46e65674
Commit
46e65674
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
investigating failing env suit full fat failure
parent
66dd93fc
No related branches found
Branches containing commit
No related tags found
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
-0
4 additions, 0 deletions
tests/integration/partial/integration_test_utils.py
with
4 additions
and
0 deletions
tests/integration/partial/integration_test_utils.py
+
4
−
0
View file @
46e65674
...
...
@@ -157,11 +157,15 @@ class IntegrationTestUtils:
start_date
:
str
,
**
kwargs
):
print
(
"
running unittest pipeline1
"
)
# need EMAIL_CRED in the environment before we import Processor
os
.
environ
[
"
EMAIL_CRED
"
]
=
IntegrationTestUtils
.
EMAIL_CRED_PATH
print
(
"
running unittest pipeline2
"
)
import
Processor
reload
(
Processor
)
from
Processor
import
run_Process
,
set_log_level
print
(
"
running unittest 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