mailr26973 - /trunk/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 tlinnet on December 06, 2014 - 11:59:
Author: tlinnet
Date: Sat Dec  6 11:59:24 2014
New Revision: 26973

URL: http://svn.gna.org/viewcvs/relax?rev=26973&view=rev
Log:
Added the systemtest Spectrum to the init file, so the systemtest can be 
executed.

Modified:
    trunk/test_suite/system_tests/__init__.py

Modified: trunk/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/system_tests/__init__.py?rev=26973&r1=26972&r2=26973&view=diff
==============================================================================
--- trunk/test_suite/system_tests/__init__.py   (original)
+++ trunk/test_suite/system_tests/__init__.py   Sat Dec  6 11:59:24 2014
@@ -63,6 +63,7 @@
 from test_suite.system_tests.results import Results
 from test_suite.system_tests.selection import Selection
 from test_suite.system_tests.sequence import Sequence
+from test_suite.system_tests.spectrum import Spectrum
 from test_suite.system_tests.state import State
 from test_suite.system_tests.structure import Structure
 from test_suite.system_tests.unit_vectors import Unit_vectors
@@ -101,6 +102,7 @@
            'scripts',
            'selection',
            'sequence',
+           'spectrum',
            'state',
            'structure',
            'unit_vectors',
@@ -191,6 +193,7 @@
             suite_array.append(TestLoader().loadTestsFromTestCase(Results))
             suite_array.append(TestLoader().loadTestsFromTestCase(Selection))
             suite_array.append(TestLoader().loadTestsFromTestCase(Sequence))
+            suite_array.append(TestLoader().loadTestsFromTestCase(Spectrum))
             suite_array.append(TestLoader().loadTestsFromTestCase(State))
             suite_array.append(TestLoader().loadTestsFromTestCase(Structure))
             
suite_array.append(TestLoader().loadTestsFromTestCase(Unit_vectors))




Related Messages


Powered by MHonArc, Updated Sat Dec 06 15:00:02 2014