mailr6572 - /1.3/test_suite/unit_tests/unit_test_runner.py


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

Header


Content

Posted by edward on June 29, 2008 - 11:29:
Author: bugman
Date: Sun Jun 29 11:29:29 2008
New Revision: 6572

URL: http://svn.gna.org/viewcvs/relax?rev=6572&view=rev
Log:
Docstring fix in load_test_case().  The header line is now one line.


Modified:
    1.3/test_suite/unit_tests/unit_test_runner.py

Modified: 1.3/test_suite/unit_tests/unit_test_runner.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/unit_tests/unit_test_runner.py?rev=6572&r1=6571&r2=6572&view=diff
==============================================================================
--- 1.3/test_suite/unit_tests/unit_test_runner.py (original)
+++ 1.3/test_suite/unit_tests/unit_test_runner.py Sun Jun 29 11:29:29 2008
@@ -271,22 +271,21 @@
 
 
 def load_test_case(package_path,  module_name, class_name):
-    ''' load a testCase from the file system using a package path, file name
-        and class name
-
-        @type package_path: string with . separated fields
-        @param package_path: path to the module as a list of package names
-                             separated by dots
-
-        @type module_name: string
-        @param module_name: name of the module to load the class from
-
-        @type class_name: string
-        @param class_name: name of the class to load
-
-        @rtype:
-        @return:
-        '''
+    '''Load a testCase from the file system using a package path, file name 
and class name.
+
+    @type package_path: string with . separated fields
+    @param package_path: path to the module as a list of package names
+                         separated by dots
+
+    @type module_name: string
+    @param module_name: name of the module to load the class from
+
+    @type class_name: string
+    @param class_name: name of the class to load
+
+    @rtype:
+    @return:
+    '''
 
     result = None
     packages = None




Related Messages


Powered by MHonArc, Updated Sun Jun 29 12:40:15 2008