mailr4346 - /1.3/test_suite/system_tests/__init__.py


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

Header


Content

Posted by edward on January 05, 2008 - 18:01:
Author: bugman
Date: Sat Jan  5 18:01:50 2008
New Revision: 4346

URL: http://svn.gna.org/viewcvs/relax?rev=4346&view=rev
Log:
Removed the unused 'runner' argument to System_test_runner.run().


Modified:
    1.3/test_suite/system_tests/__init__.py

Modified: 1.3/test_suite/system_tests/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/test_suite/system_tests/__init__.py?rev=4346&r1=4345&r2=4346&view=diff
==============================================================================
--- 1.3/test_suite/system_tests/__init__.py (original)
+++ 1.3/test_suite/system_tests/__init__.py Sat Jan  5 18:01:50 2008
@@ -54,12 +54,8 @@
         self.relax = relax
 
 
-    def run(self, runner=None):
-        """Function for running all of the system/functional tests.
-
-        @param runner:  The unit test runner which defaults to 
TextTestRunner.
-        @type runner:   instance
-        """
+    def run(self):
+        """Function for running all of the system/functional tests."""
 
         # Create the test suite (add your new classes here).
         suite = TestLoader().loadTestsFromTestCase(Test_pipe_create)




Related Messages


Powered by MHonArc, Updated Sat Jan 05 18:20:15 2008