Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
payno
id06workflow
Commits
8e818d4c
Commit
8e818d4c
authored
Nov 20, 2018
by
payno
Browse files
[unit test] add orangeocntrib test suite if any
parent
3840a32b
Changes
1
Hide whitespace changes
Inline
Side-by-side
id06workflow/app/test_.py
View file @
8e818d4c
...
...
@@ -150,6 +150,8 @@ def main(argv):
import
id06workflow.test
test_suite
=
unittest
.
TestSuite
()
test_suite
.
addTest
(
id06workflow
.
test
.
suite
())
import
orangecontrib.id06workflow.test
test_suite
.
addTest
(
orangecontrib
.
id06workflow
.
test
)
result
=
runner
.
run
(
test_suite
)
if
result
.
wasSuccessful
():
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment