Skip to content
Snippets Groups Projects
Commit a60d3e48 authored by Doucet, Mathieu's avatar Doucet, Mathieu Committed by Janik Zikovsky
Browse files

Re #5042 Add unit test for scripts imports

parent 240c8b4b
No related merge requests found
......@@ -115,6 +115,10 @@ class ReducerTest(unittest.TestCase):
r.clear_data_files()
self.assertEqual(len(r._data_files), 0)
def test_imports(self):
import reduction_gui
import reduction_application
if __name__ == '__main__':
unittest.main()
\ No newline at end of file
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