Skip to content

Commit

Permalink
Re #5042 Add unit test for scripts imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Apr 30, 2012
1 parent c2643b4 commit 26d748a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Code/Mantid/scripts/test/ReducerTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ def test_data_files(self):
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()

0 comments on commit 26d748a

Please sign in to comment.