mailr5216 - /1.3/test_suite/unit_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:17:
Author: bugman
Date: Sun Mar 23 18:17:28 2008
New Revision: 5216

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

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


Modified:
    1.3/test_suite/unit_tests/__init__.py

Modified: 1.3/test_suite/unit_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/__init__.py?rev=5216&r1=5215&r2=5216&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/__init__.py (original)
+++ 1.3/test_suite/unit_tests/__init__.py Sun Mar 23 18:17:28 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006-2007 Edward d'Auvergne                                  
 #
+# Copyright (C) 2006-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -20,15 +20,30 @@
 #                                                                            
 #
 
###############################################################################
 
+# Package docstring.
+"""The relax unit tests."""
 
-__all__ = ['diffusion_tensor_testing_base',
+
+__all__ = ['align_tensor_testing_base',
+           'diffusion_tensor_testing_base',
+           'minimisation_testing_base',
+           'model_free_testing_base',
            'molecule_testing_base',
+           'n_state_model_testing_base',
            'relax_data_testing_base',
            'residue_testing_base',
            'sequence_testing_base',
            'spin_testing_base',
            'state_testing_base',
+           'structure_testing_base',
            'test_float',
            'test_relax_io',
            'unit_test_runner',
-           'value_testing_base']
+           'value_testing_base',
+           '_data',
+           '_data',
+           '_dx',
+           '_generic_fns',
+           '_maths_fns',
+           '_prompt',
+           '_specific_fns']




Related Messages


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