mailr4462 - /branches/consistency_tests_1.3/test_suite/system_tests/__init__.py


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

Header


Content

Posted by sebastien . morin . 1 on January 07, 2008 - 19:04:
Author: semor
Date: Mon Jan  7 19:04:41 2008
New Revision: 4462

URL: http://svn.gna.org/viewcvs/relax?rev=4462&view=rev
Log:
Enabled the importation of the consistency tests into the system tests.


Modified:
    branches/consistency_tests_1.3/test_suite/system_tests/__init__.py

Modified: branches/consistency_tests_1.3/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/test_suite/system_tests/__init__.py?rev=4462&r1=4461&r2=4462&view=diff
==============================================================================
--- branches/consistency_tests_1.3/test_suite/system_tests/__init__.py 
(original)
+++ branches/consistency_tests_1.3/test_suite/system_tests/__init__.py Mon 
Jan  7 19:04:41 2008
@@ -28,6 +28,7 @@
 
 # relax system/functional test module imports.
 from angles import Angles
+from consistency_tests import Ct
 from diffusion_tensor import Diffusion_tensor
 from generic import Generic
 from jw_mapping import Jw
@@ -71,6 +72,7 @@
         # Create an array of test suites (add your new TestCase classes 
here).
         suite_array = []
         suite_array.append(TestLoader().loadTestsFromTestCase(Angles))
+        suite_array.append(TestLoader().loadTestsFromTestCase(Ct))
         
suite_array.append(TestLoader().loadTestsFromTestCase(Diffusion_tensor))
         suite_array.append(TestLoader().loadTestsFromTestCase(Generic))
         suite_array.append(TestLoader().loadTestsFromTestCase(Jw))




Related Messages


Powered by MHonArc, Updated Mon Jan 07 19:20:07 2008