예제 #1
0
    def setUp(self):
        """Set up for all the GUI tests."""

        # Run the GuiTestCase setup.
        GuiTestCase.setUp(self)

        # Create a data pipe.
        self.interpreter.pipe.create('mf', 'mf')
예제 #2
0
파일: bruker.py 프로젝트: tlinnet/relax
    def setUp(self):
        """Set up for all the GUI tests."""

        # Run the GuiTestCase setup.
        GuiTestCase.setUp(self)

        # Create a data pipe.
        self.interpreter.pipe.create('mf', 'mf')
예제 #3
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.interatomic.Interatomic.setUp(self)
예제 #4
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.frame_order.Frame_order.setUp(self)
예제 #5
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.frame_order.Frame_order.setUp(self)
예제 #6
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.consistency_tests.Ct.setUp(self)
예제 #7
0
파일: jw_mapping.py 프로젝트: tlinnet/relax
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.jw_mapping.Jw.setUp(self)
예제 #8
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.consistency_tests.Ct.setUp(self)
예제 #9
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.interatomic.Interatomic.setUp(self)
예제 #10
0
    def setUp(self):
        """Set up the tests by executing all base class setUp() methods."""

        # Call the base class methods.
        GuiTestCase.setUp(self)
        system_tests.jw_mapping.Jw.setUp(self)