From 8fb1e0ef677db5c585dc0483008006a696463fa9 Mon Sep 17 00:00:00 2001 From: payno <henri.payno@esrf.fr> Date: Thu, 15 Nov 2018 13:43:01 +0100 Subject: [PATCH] [unit test] add orangecontrib test to the "tomwer test" application --- tomwer/app/test_.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tomwer/app/test_.py b/tomwer/app/test_.py index b2df2b5643..76bb420833 100644 --- a/tomwer/app/test_.py +++ b/tomwer/app/test_.py @@ -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(): -- GitLab