mailr12154 - /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 January 04, 2011 - 16:01:
Author: bugman
Date: Tue Jan  4 16:01:15 2011
New Revision: 12154

URL: http://svn.gna.org/viewcvs/relax?rev=12154&view=rev
Log:
Updated the test suite table print outs to say both packages and modules.


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=12154&r1=12153&r2=12154&view=diff
==============================================================================
--- 1.3/test_suite/test_suite_runner.py (original)
+++ 1.3/test_suite/test_suite_runner.py Tue Jan  4 16:01:15 2011
@@ -169,7 +169,7 @@
         missing_modules.sort()
 
         # Sub-title.
-        subtitle("Optional modules")
+        subtitle("Optional packages/modules")
 
         # Nothing missing.
         if not missing_modules:
@@ -186,7 +186,7 @@
             format = "%-30s %20s"
 
         # Header.
-        print("Tests skipped due to missing modules:\n")
+        print("Tests skipped due to missing packages/modules:\n")
         if hasattr(self, 'system_result') and hasattr(self, 'unit_result'):
             header = format % ("Module", "System test count", "Unit test 
count")
         elif hasattr(self, 'system_result'):




Related Messages


Powered by MHonArc, Updated Tue Jan 04 16:20:01 2011