Author: bugman
Date: Wed Feb 11 09:25:58 2015
New Revision: 27621

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


Added:
    trunk/test_suite/unit_tests/_lib/_structure/_internal/test_object.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=27621&r1=27620&r2=27621&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py   
(original)
+++ trunk/test_suite/unit_tests/_lib/_structure/_internal/__init__.py   Wed Feb 
11 09:25:58 2015
@@ -1,6 +1,6 @@
 ###############################################################################
 #                                                                             #
-# Copyright (C) 2013 Edward d'Auvergne                                        #
+# Copyright (C) 2013-2015 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -21,6 +21,7 @@
 
 
 __all__ = [
-    'test___init__'
-    'test_coordinates'
+    'test___init__',
+    'test_coordinates',
+    'test_object'
 ]

Added: trunk/test_suite/unit_tests/_lib/_structure/_internal/test_object.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_structure/_internal/test_object.py?rev=27621&view=auto
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_structure/_internal/test_object.py        
(added)
+++ trunk/test_suite/unit_tests/_lib/_structure/_internal/test_object.py        
Wed Feb 11 09:25:58 2015
@@ -0,0 +1,28 @@
+###############################################################################
+#                                                                             #
+# 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 object
+from test_suite.unit_tests.base_classes import UnitTestCase
+
+
+class Test_object(UnitTestCase):
+    """Unit tests for the lib.structure.internal.object internal structural 
object module."""


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to