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)


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

This is the relax-commits mailing list
relax-commits@gna.org

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