Package test_suite :: Package gui_tests :: Module state :: Class State
[hide private]
[frames] | no frames]

Class State

source code


Class for testing various aspects specific to saved states.

Instance Methods [hide private]
 
__init__(self, methodName='runTest')
Skip certain tests due to wxPython bugs.
source code
 
test_bug_20480(self)
Catch bug #20480, the failure to load a relax state in the GUI.
source code
 
test_old_state_loading(self)
Test the loading of an old relax 1.3 save state with GUI information.
source code
 
test_load_state_no_gui(self)
Test the loading of a relax save state with no GUI data.
source code

Inherited from base_classes.GuiTestCase: check_exceptions, clean_up_windows, new_analysis_wizard, script_exec, setUp, tearDown

Inherited from base_classes.GuiTestCase (private): _execute_uf

Method Details [hide private]

__init__(self, methodName='runTest')
(Constructor)

source code 

Skip certain tests due to wxPython bugs.

Parameters:
  • methodName (str) - The name of the test.
Overrides: base_classes.GuiTestCase.__init__

test_bug_20480(self)

source code 

Catch bug #20480, the failure to load a relax state in the GUI.

This was reported by Stanislava Panova.