File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222from diffpy .pdfgui .control .controlerrors import ControlFileError
2323from diffpy .pdfgui .tui import LoadProject
24- from diffpy .pdfgui .tests .testutils import datafile
24+ from diffpy .pdfgui .tests .testutils import GUITestCase , datafile
2525
26+ # ----------------------------------------------------------------------------
2627
27- ##############################################################################
28- class TestLoadProject (unittest .TestCase ):
28+ class TestLoadProject (GUITestCase ):
2929
3030 prj_lcmo = None
3131 prj_lcmo_full = None
@@ -114,6 +114,8 @@ def test_getDopings(self):
114114
115115# End of class TestLoadProject
116116
117+ # ----------------------------------------------------------------------------
118+
117119if __name__ == '__main__' :
118120 unittest .main ()
119121
You can’t perform that action at this time.
0 commit comments