mailr5214 - /1.3/test_suite/__init__.py


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

Header


Content

Posted by edward on March 23, 2008 - 18:10:
Author: bugman
Date: Sun Mar 23 18:10:32 2008
New Revision: 5214

URL: http://svn.gna.org/viewcvs/relax?rev=5214&view=rev
Log:
Updated the test_suite package __init__ module.

A package docstring was added, and the __all__ list completed.


Modified:
    1.3/test_suite/__init__.py

Modified: 1.3/test_suite/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/__init__.py?rev=5214&r1=5213&r2=5214&view=diff
==============================================================================
--- 1.3/test_suite/__init__.py (original)
+++ 1.3/test_suite/__init__.py Sun Mar 23 18:10:32 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006 Edward d'Auvergne                                       
 #
+# Copyright (C) 2006, 2008 Edward d'Auvergne                                 
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -20,8 +20,12 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""The relax test-suite."""
 
-__all__ = ['runner',
+
+__all__ = ['formatting',
+           'relax_test_runner',
            'system_tests',
+           'test_suite_runner',
            'unit_tests']
-




Related Messages


Powered by MHonArc, Updated Sun Mar 23 18:20:11 2008