mailr4139 - /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 December 09, 2007 - 12:20:
Author: bugman
Date: Sun Dec  9 12:19:58 2007
New Revision: 4139

URL: http://svn.gna.org/viewcvs/relax?rev=4139&view=rev
Log:
Updated the __init__ file of the base directory of the unit tests.


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=4139&r1=4138&r2=4139&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/__init__.py (original)
+++ 1.3/test_suite/unit_tests/__init__.py Sun Dec  9 12:19:58 2007
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2006 Edward d'Auvergne                                       
 #
+# Copyright (C) 2006-2007 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -21,5 +21,14 @@
 
###############################################################################
 
 
-__all__ = ['test_float',
-           'unit_test_runner']
+__all__ = ['diffusion_tensor_testing_base',
+           'molecule_testing_base',
+           'relax_data_testing_base',
+           'residue_testing_base',
+           'sequence_testing_base',
+           'spin_testing_base',
+           'state_testing_base',
+           'test_float',
+           'test_relax_io',
+           'unit_test_runner',
+           'value_testing_base']




Related Messages


Powered by MHonArc, Updated Sun Dec 09 12:20:16 2007