[Python-checkins] CVS: python/dist/src/Lib/test test_support.py,1.31,1.32

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 19 Sep 2001 23:31:24 -0700


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv1276

Modified Files:
	test_support.py 
Log Message:
run_suite(): Oops, update a docstring.


Index: test_support.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_support.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** test_support.py	2001/09/20 06:30:41	1.31
--- test_support.py	2001/09/20 06:31:22	1.32
***************
*** 159,163 ****
  
  def run_suite(suite):
!     """Run tests from a unittest.TestCase-derived class."""
      if verbose:
          runner = unittest.TextTestRunner(sys.stdout, verbosity=2)
--- 159,163 ----
  
  def run_suite(suite):
!     """Run tests from a unittest.TestSuite-derived class."""
      if verbose:
          runner = unittest.TextTestRunner(sys.stdout, verbosity=2)