mailr9429 - /1.3/test_suite/unit_tests/_generic_fns/_structure/test___init__.py


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

Header


Content

Posted by edward on September 02, 2009 - 15:31:
Author: bugman
Date: Wed Sep  2 15:21:46 2009
New Revision: 9429

URL: http://svn.gna.org/viewcvs/relax?rev=9429&view=rev
Log:
Tidying up of the docstrings and printouts of the Test___init__ test class.


Modified:
    1.3/test_suite/unit_tests/_generic_fns/_structure/test___init__.py

Modified: 1.3/test_suite/unit_tests/_generic_fns/_structure/test___init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/_generic_fns/_structure/test___init__.py?rev=9429&r1=9428&r2=9429&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/_generic_fns/_structure/test___init__.py 
(original)
+++ 1.3/test_suite/unit_tests/_generic_fns/_structure/test___init__.py Wed 
Sep  2 15:21:46 2009
@@ -31,15 +31,15 @@
 
 
 class Test___init__(TestCase):
-    """Unit tests for the data.Data class."""
+    """Unit tests for the generic_fns.structure package."""
 
     def test___all__(self):
-        """Test if all package modules are located in the __all__ list."""
+        """Check if the generic_fns.structure modules are located within the 
__all__ list."""
 
         # Path to the files.
         path = sys.path[0] + sep + 'generic_fns' + sep + 'structure'
 
-        print("The __all__ list: %s" % structure.__all__)
+        print("The generic_fns.structure.__all__ list: %s" % 
structure.__all__)
 
         # Loop over all modules.
         files = listdir(path)




Related Messages


Powered by MHonArc, Updated Wed Sep 02 21:20:10 2009