GUI test case class for testing various aspects of the relaxation
dispersion analyses.
|
__init__(self,
methodName='runTest')
Skip the tests if the C modules are non-functional or for wxPython
bugs. |
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_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
|