mailr27341 - in /trunk/test_suite/unit_tests/_lib/_structure/_internal: __init__.py test_coordinates.py


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

Header


Content

Posted by edward on January 28, 2015 - 14:41:
Author: bugman
Date: Wed Jan 28 14:41:51 2015
New Revision: 27341

URL: http://svn.gna.org/viewcvs/relax?rev=27341&view=rev
Log:
Created empty unit test infrastructure for testing the 
lib.structure.internal.coordinates module.


Added:
    trunk/test_suite/unit_tests/_lib/_structure/_internal/test_coordinates.py
Modified:
    trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py

Modified: trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py?rev=27341&r1=27340&r2=27341&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py   
(original)
+++ trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py   Wed 
Jan 28 14:41:51 2015
@@ -22,4 +22,5 @@
 
 __all__ = [
     'test___init__'
+    'test_coordinates'
 ]

Added: 
trunk/test_suite/unit_tests/_lib/_structure/_internal/test_coordinates.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_structure/_internal/test_coordinates.py?rev=27341&view=auto
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_structure/_internal/test_coordinates.py 
  (added)
+++ trunk/test_suite/unit_tests/_lib/_structure/_internal/test_coordinates.py 
  Wed Jan 28 14:41:51 2015
@@ -0,0 +1,30 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2015 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program 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 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+# relax module imports.
+from lib.structure.internal import coordinates
+from test_suite.unit_tests.base_classes import UnitTestCase
+
+
+class Test_coordinates(UnitTestCase):
+    """Unit tests for the functions of the 
'lib.structure.internal.coordinates' module."""
+
+




Related Messages


Powered by MHonArc, Updated Wed Jan 28 15:20:02 2015