mailr10796 - /1.3/test_suite/test_suite_runner.py


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

Header


Content

Posted by edward on February 22, 2010 - 10:20:
Author: bugman
Date: Mon Feb 22 10:20:14 2010
New Revision: 10796

URL: http://svn.gna.org/viewcvs/relax?rev=10796&view=rev
Log:
Finished the __init__() docstring and passed the tests arg into the system 
tests.


Modified:
    1.3/test_suite/test_suite_runner.py

Modified: 1.3/test_suite/test_suite_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/test_suite_runner.py?rev=10796&r1=10795&r2=10796&view=diff
==============================================================================
--- 1.3/test_suite/test_suite_runner.py (original)
+++ 1.3/test_suite/test_suite_runner.py Mon Feb 22 10:20:14 2010
@@ -46,7 +46,7 @@
     def __init__(self, tests):
         """Store the list of tests to preform.
 
-        The test list should be something like ['
+        The test list should be something like 
['N_state_model.test_stereochem_analysis'].  The first part is the imported 
test case class, the second is the specific test.
 
 
         @param tests:   The list of tests to preform.
@@ -77,7 +77,7 @@
         heading('System / functional tests')
 
         # Run the tests.
-        system_runner = System_test_runner()
+        system_runner = System_test_runner(self.tests)
         self.system_result = system_runner.run()
 
 




Related Messages


Powered by MHonArc, Updated Mon Feb 22 10:40:02 2010