[Python-checkins] python/dist/src/Lib/test README,1.17,1.18

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Mon, 03 Feb 2003 12:22:30 -0800


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

Modified Files:
	README 
Log Message:
Fix typos.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/README,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** README	27 Nov 2002 15:47:10 -0000	1.17
--- README	3 Feb 2003 20:22:27 -0000	1.18
***************
*** 14,18 ****
  testing facility provided with Python; any particular test should use only
  one of these options.  Each option requires writing a test module using the
! conventions of the the selected option:
  
      - PyUnit_ based tests
--- 14,18 ----
  testing facility provided with Python; any particular test should use only
  one of these options.  Each option requires writing a test module using the
! conventions of the selected option:
  
      - PyUnit_ based tests
***************
*** 42,46 ****
  the interface and general guidelines on writing PyUnit based tests.
  
! The test_support helper module provides a two functions for use by
  PyUnit based tests in the Python regression testing framework:
  
--- 42,46 ----
  the interface and general guidelines on writing PyUnit based tests.
  
! The test_support helper module provides two functions for use by
  PyUnit based tests in the Python regression testing framework: