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
fc2fe2a0
Commit
fc2fe2a0
authored
1 year ago
by
L. Bower
Browse files
Options
Downloads
Patches
Plain Diff
experimenting with unit tests
parent
3b284e78
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/run_test_suite.py
+1
-1
1 addition, 1 deletion
tests/integration/partial/run_test_suite.py
with
1 addition
and
1 deletion
tests/integration/partial/run_test_suite.py
+
1
−
1
View file @
fc2fe2a0
...
...
@@ -12,7 +12,7 @@ from integration.partial.test_advisory import TestAdvisory
def
run_tests_and_report
(
output
:
str
):
tests
:
TestSuite
=
TestSuite
()
#
tests.addTests(TestLoader().loadTestsFromTestCase(TestDeposition))
tests
.
addTests
(
TestLoader
().
loadTestsFromTestCase
(
TestDeposition
))
tests
.
addTests
(
TestLoader
().
loadTestsFromTestCase
(
TestEnvSuit
))
# tests.addTests(TestLoader().loadTestsFromTestCase(TestSurvey))
# tests.addTests(TestLoader().loadTestsFromTestCase(TestAdvisory))
...
...
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