mailr12851 - in /1.3/test_suite: system_tests/ unit_tests/_generic_fns/_structure/


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

Header


Content

Posted by edward on June 03, 2011 - 18:00:
Author: bugman
Date: Fri Jun  3 18:00:15 2011
New Revision: 12851

URL: http://svn.gna.org/viewcvs/relax?rev=12851&view=rev
Log:
Removed the dep_check checks and test disabling for the Scientific python 
system and unit tests.


Modified:
    1.3/test_suite/system_tests/unit_vectors.py
    1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py
    1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py

Modified: 1.3/test_suite/system_tests/unit_vectors.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/unit_vectors.py?rev=12851&r1=12850&r2=12851&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/unit_vectors.py (original)
+++ 1.3/test_suite/system_tests/unit_vectors.py Fri Jun  3 18:00:15 2011
@@ -39,14 +39,6 @@
         @keyword methodName:    The name of the test.
         @type methodName:       str
         """
-
-        # Scientific python tests.
-        scientific_tests = ['test_calc_unit_vectors1', 
'test_calc_unit_vectors2']
-
-        # Missing module.
-        if methodName in scientific_tests and not 
dep_check.scientific_module:
-            # Store in the status object.
-            status.skipped_tests.append([methodName, 'Scientific Python', 
'system'])
 
         # Execute the base class method.
         super(Unit_vectors, self).__init__(methodName)

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py?rev=12851&r1=12850&r2=12851&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py 
(original)
+++ 1.3/test_suite/unit_tests/_generic_fns/_structure/test_api_base.py Fri 
Jun  3 18:00:15 2011
@@ -44,17 +44,8 @@
         @type methodName:       str
         """
 
-        # Scientific python tests.
-        scientific_tests = ['test_Scientific_method_args', 
'test_Scientific_objects']
-
-        # Missing module.
-        if methodName in scientific_tests and not 
dep_check.scientific_module:
-            # Store in the status object. 
-            status.skipped_tests.append([methodName, 'Scientific Python', 
'unit'])
-
         # Execute the base class method.
         super(Test_api_base, self).__init__(methodName)
-
 
 
     def format_method(self, name, args, varargs, varkw, defaults):

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py?rev=12851&r1=12850&r2=12851&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py 
(original)
+++ 1.3/test_suite/unit_tests/_generic_fns/_structure/test_scientific.py Fri 
Jun  3 18:00:15 2011
@@ -44,14 +44,8 @@
         @type methodName:       str
         """
 
-        # Missing module.
-        if not dep_check.scientific_module:
-            # Store in the status object. 
-            status.skipped_tests.append([methodName, 'Scientific Python', 
'unit'])
-
         # Execute the base class method.
         super(Test_scientific, self).__init__(methodName)
-
 
 
     def setUp(self):




Related Messages


Powered by MHonArc, Updated Fri Jun 03 18:40:02 2011