Package test_suite :: Package gui_tests :: Module relax_disp :: Class Relax_disp
[hide private]
[frames] | no frames]

Class Relax_disp

source code


GUI test case class for testing various aspects of the relaxation dispersion analyses.

Instance Methods [hide private]
 
__init__(self, methodName='runTest')
Skip the tests if the C modules are non-functional or for wxPython bugs.
source code
 
test_bug_20889_multi_col_peak_list(self)
Test catching bug #20889, the custom peak intensity reading with a list of spectrum_ids submitted by Troels E.
source code
 
test_bug_21076_multi_col_peak_list(self)
Test catching bug #21076, loading a multi-spectra NMRPipe seriesTab file through the GUI, Error messages occur.
source code
 
test_bug_22501_close_all_analyses(self)
Test catching bug #22501, 'Close all analyses' raises error.
source code
 
test_bug_missing_replicates(self)
Catch an Attribute error when the replicated spectra are specified via the spectrum list rather than the wizard.
source code
 
test_hansen_trunc_data(self)
Test the GUI analysis with Flemming Hansen's CPMG data truncated to residues 70 and 71.
source code
 
test_paul_schanda_nov_2015(self)
This test truncated private data which was provided by Paul Schanda.
source code
 
test_read_spins_from_spectrum(self)
Test the GUI load spins from a spectrum formatted file.
source code
 
test_r2eff_err_estimate(self)
Test task #7822:, Implement user function to estimate R2eff and associated errors for exponential curve fitting..
source code
 
test_tp02_data_to_tp02(self)
Test the GUI analysis with the relaxation dispersion 'TP02' model fitting to the 'TP02' synthetic 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 the tests if the C modules are non-functional or for wxPython bugs.

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

test_bug_20889_multi_col_peak_list(self)

source code 

Test catching bug #20889, the custom peak intensity reading with a list of spectrum_ids submitted by Troels E. Linnet.

test_paul_schanda_nov_2015(self)

source code 

This test truncated private data which was provided by Paul Schanda. This systemtest uncovers some unfortunate problems when running an analysis and reading points by the R2eff method.