mailr19109 - in /trunk/test_suite/unit_tests/_lib/_structure: ./ __init__.py test___init__.py


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

Header


Content

Posted by edward on March 24, 2013 - 15:57:
Author: bugman
Date: Sun Mar 24 15:57:19 2013
New Revision: 19109

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


Added:
    trunk/test_suite/unit_tests/_lib/_structure/
    trunk/test_suite/unit_tests/_lib/_structure/__init__.py
      - copied unchanged from r19105, 
trunk/test_suite/unit_tests/_lib/_auto_relaxation/__init__.py
    trunk/test_suite/unit_tests/_lib/_structure/test___init__.py
      - copied, changed from r19105, 
trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py

Copied: trunk/test_suite/unit_tests/_lib/_structure/test___init__.py (from 
r19105, trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py)
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_structure/test___init__.py?p2=trunk/test_suite/unit_tests/_lib/_structure/test___init__.py&p1=trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py&r1=19105&r2=19109&rev=19109&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py 
(original)
+++ trunk/test_suite/unit_tests/_lib/_structure/test___init__.py Sun Mar 24 
15:57:19 2013
@@ -25,15 +25,15 @@
 
 # relax module imports.
 from test_suite.unit_tests.package_checking import PackageTestCase
-import lib.auto_relaxation
+import lib.structure
 
 
 class Test___init__(PackageTestCase):
-    """Unit tests for the lib.auto_relaxation package."""
+    """Unit tests for the lib.structure package."""
 
     def setUp(self):
         """Set up for the package checking."""
 
-        self.package = lib.auto_relaxation
-        self.package_name = 'lib.auto_relaxation'
-        self.package_path = sys.path[0] + sep + 'lib' + sep + 
'auto_relaxation'
+        self.package = lib.structure
+        self.package_name = 'lib.structure'
+        self.package_path = sys.path[0] + sep + 'lib' + sep + 'structure'




Related Messages


Powered by MHonArc, Updated Sun Mar 24 16:00:02 2013