mailr3761 - /branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py


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

Header


Content

Posted by edward on November 21, 2007 - 14:29:
Author: bugman
Date: Wed Nov 21 14:29:08 2007
New Revision: 3761

URL: http://svn.gna.org/viewcvs/relax?rev=3761&view=rev
Log:
Added the shell of the alignment tensor unit test base class.


Added:
    branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py

Added: 
branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py?rev=3761&view=auto
==============================================================================
--- branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py 
(added)
+++ branches/N_state_model/test_suite/unit_tests/align_tensor_testing_base.py 
Wed Nov 21 14:29:08 2007
@@ -1,0 +1,34 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2007 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax.                                    
 #
+#                                                                            
 #
+# relax is free software; you can redistribute it and/or modify              
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation; either version 2 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# relax is distributed in the hope that it will be useful,                   
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with relax; if not, write to the Free Software                       
 #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
+#                                                                            
 #
+###############################################################################
+
+# relax module imports.
+from data import Data as relax_data_store
+
+
+class Align_tensor_base_class:
+    """Base class for the tests of both the 'prompt.align_tensor' and 
'generic_fns.align_tensor' modules.
+
+    This base class also contains many shared unit tests.
+    """
+
+
+




Related Messages


Powered by MHonArc, Updated Wed Nov 21 14:40:15 2007