mailr19331 - /branches/relax_disp/test_suite/unit_tests/_specific_analyses/test_api.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on April 03, 2013 - 15:11:
Author: bugman
Date: Wed Apr  3 15:11:27 2013
New Revision: 19331

URL: http://svn.gna.org/viewcvs/relax?rev=19331&view=rev
Log:
Added the specific_analyses.relax_disp module to the unit test checking of 
the specific API.


Modified:
    branches/relax_disp/test_suite/unit_tests/_specific_analyses/test_api.py

Modified: 
branches/relax_disp/test_suite/unit_tests/_specific_analyses/test_api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/unit_tests/_specific_analyses/test_api.py?rev=19331&r1=19330&r2=19331&view=diff
==============================================================================
--- branches/relax_disp/test_suite/unit_tests/_specific_analyses/test_api.py 
(original)
+++ branches/relax_disp/test_suite/unit_tests/_specific_analyses/test_api.py 
Wed Apr  3 15:11:27 2013
@@ -34,6 +34,7 @@
 from specific_analyses.model_free import Model_free
 from specific_analyses.n_state_model import N_state_model
 from specific_analyses.noe import Noe
+from specific_analyses.relax_disp import Relax_disp
 from specific_analyses.relax_fit import Relax_fit
 
 
@@ -253,3 +254,17 @@
 
         # Check.
         self.__check_objects(Relax_fit())
+
+
+    def test_relax_disp_method_args(self):
+        """The relaxation dispersion curve fitting object public method args 
check."""
+
+        # Check.
+        self.__check_method_args(Relax_disp())
+
+
+    def test_relax_disp_objects(self):
+        """The relaxation dispersion curve fitting object public objects 
check."""
+
+        # Check.
+        self.__check_objects(Relax_disp())




Related Messages


Powered by MHonArc, Updated Wed Apr 03 15:40:02 2013