mailr3216 - in /1.3/test_suite/unit_tests/generic_fns: test_molecule.py test_spin.py


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

Header


Content

Posted by edward on March 17, 2007 - 02:59:
Author: bugman
Date: Sat Mar 17 02:58:48 2007
New Revision: 3216

URL: http://svn.gna.org/viewcvs/relax?rev=3216&view=rev
Log:
Added to empty unit test modules.


Added:
    1.3/test_suite/unit_tests/generic_fns/test_molecule.py
    1.3/test_suite/unit_tests/generic_fns/test_spin.py

Added: 1.3/test_suite/unit_tests/generic_fns/test_molecule.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_molecule.py?rev=3216&view=auto
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_molecule.py (added)
+++ 1.3/test_suite/unit_tests/generic_fns/test_molecule.py Sat Mar 17 
02:58:48 2007
@@ -1,0 +1,32 @@
+###############################################################################
+#                                                                            
 #
+# 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  
 #
+#                                                                            
 #
+###############################################################################
+
+# Python module imports.
+from unittest import TestCase
+
+# relax module imports.
+from generic_fns import molecule
+
+
+
+class Test_spin(TestCase):
+    """Unit tests for the functions of the 'generic_fns.molecule' module."""

Added: 1.3/test_suite/unit_tests/generic_fns/test_spin.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/generic_fns/test_spin.py?rev=3216&view=auto
==============================================================================
--- 1.3/test_suite/unit_tests/generic_fns/test_spin.py (added)
+++ 1.3/test_suite/unit_tests/generic_fns/test_spin.py Sat Mar 17 02:58:48 
2007
@@ -1,0 +1,32 @@
+###############################################################################
+#                                                                            
 #
+# 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  
 #
+#                                                                            
 #
+###############################################################################
+
+# Python module imports.
+from unittest import TestCase
+
+# relax module imports.
+from generic_fns import spin
+
+
+
+class Test_spin(TestCase):
+    """Unit tests for the functions of the 'generic_fns.spin' module."""




Related Messages


Powered by MHonArc, Updated Mon Mar 19 06:00:08 2007