mailr5215 - /1.3/test_suite/system_tests/__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:13:
Author: bugman
Date: Sun Mar 23 18:13:42 2008
New Revision: 5215

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

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


Modified:
    1.3/test_suite/system_tests/__init__.py

Modified: 1.3/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/__init__.py?rev=5215&r1=5214&r2=5215&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/__init__.py (original)
+++ 1.3/test_suite/system_tests/__init__.py Sun Mar 23 18:13:42 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.                                    
 #
 #                                                                            
 #
@@ -19,6 +19,10 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
 #                                                                            
 #
 
###############################################################################
+
+# Package docstring.
+"""The relax system/functional tests."""
+
 
 # Python module imports.
 from unittest import TestLoader, TestSuite
@@ -43,12 +47,11 @@
            'diffusion_tensor',
            'generic',
            'jw_mapping',
-           'main',
            'model_free',
            'model_selection',
-           'test_pipe_create',
+           'n_state_model',
+           'pipe_create',
            'relax_fit',
-           'run_create',
            'sequence']
 
 




Related Messages


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