Skip to content
Snippets Groups Projects
ImportTest.py 146 B
Newer Older
import unittest

class ImportTest(unittest.TestCase):
    def test_import(self):
        from MantidFramework import mtd
        mtd.initialise()