Skip to content
Snippets Groups Projects
Commit 8fb1e0ef authored by payno's avatar payno
Browse files

[unit test] add orangecontrib test to the "tomwer test" application

parent b24f08e1
No related branches found
No related tags found
No related merge requests found
......@@ -150,6 +150,8 @@ def main(argv):
import tomwer.test
test_suite = unittest.TestSuite()
test_suite.addTest(tomwer.test.suite())
import orangecontrib.tomwer.test
test_suite.addTest(orangecontrib.tomwer.test.suite())
result = runner.run(test_suite)
if result.wasSuccessful():
......
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