mailr2999 - /1.3/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 January 13, 2007 - 07:47:
Author: bugman
Date: Sat Jan 13 07:46:48 2007
New Revision: 2999

URL: http://svn.gna.org/viewcvs/relax?rev=2999&view=rev
Log:
Modified the system/functional + unit test running code so that only the true 
unit tests are run.

The current setup was looking for unit tests throughout the relax source tree 
and accidentally
running the code in the file 'minimise/line_search/test_functions.py'.


Modified:
    1.3/test_suite/runner.py

Modified: 1.3/test_suite/runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/runner.py?rev=2999&r1=2998&r2=2999&view=diff
==============================================================================
--- 1.3/test_suite/runner.py (original)
+++ 1.3/test_suite/runner.py Sat Jan 13 07:46:48 2007
@@ -46,7 +46,7 @@
         system_result = System_tests(self.relax)
 
         # Execute the unit tests.
-        runner = Run_unit_tests()
+        runner = Run_unit_tests(root_path='test_suite/unit_tests')
         unit_result = runner.run()
 
         # Print out a summary of the test suite.




Related Messages


Powered by MHonArc, Updated Sat Jan 13 08:20:07 2007