mailr12117 - /1.3/status.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 - 11:18:
Author: bugman
Date: Tue Jan  4 11:18:08 2011
New Revision: 12117

URL: http://svn.gna.org/viewcvs/relax?rev=12117&view=rev
Log:
Added an empty list to the relax status object to store info about skipped 
system and unit tests.


Modified:
    1.3/status.py

Modified: 1.3/status.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/status.py?rev=12117&r1=12116&r2=12117&view=diff
==============================================================================
--- 1.3/status.py (original)
+++ 1.3/status.py Tue Jan  4 11:18:08 2011
@@ -72,6 +72,9 @@
         self.dAuvergne_protocol.current_model = None     # The current 
model-free model.
         self.dAuvergne_protocol.convergence = False      # The convergence 
of the global model.
 
+        # A structure for skipped system and unit tests.
+        self.skipped_tests = []
+        """The skipped tests list.  Each element should be a list of the 
test case name, the missing Python module, and the name of the test suite 
category (i.e. 'system' or 'unit')."""
 
 
 class Status_container:




Related Messages


Powered by MHonArc, Updated Tue Jan 04 11:40:02 2011