[Python-checkins] CVS: python/dist/src/Lib/test README,1.10,1.11 test_support.py,1.29,1.30
Tim Peters
tim_one@users.sourceforge.net
Sun, 09 Sep 2001 18:39:24 -0700
- Previous message: [Python-checkins] CVS: python/dist/src acconfig.h,1.54,1.55 configure,1.247,1.248 configure.in,1.255,1.256 pyconfig.h.in,1.9,1.10
- Next message: [Python-checkins] CVS: python/dist/src/Python getargs.c,2.63,2.64
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv17384/python/Lib/test
Modified Files:
README test_support.py
Log Message:
Repair late-night doc typos.
Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/README,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** README 2001/09/09 06:12:01 1.10
--- README 2001/09/10 01:39:21 1.11
***************
*** 79,83 ****
If run via regrtest, test_main() is called (by regrtest) without specifying
! verbose, and then test_supprot's idea of verbosity is used. But when
run directly, test_main(1) is called, and then doctest's idea of verbosity
is used.
--- 79,83 ----
If run via regrtest, test_main() is called (by regrtest) without specifying
! verbose, and then test_support's idea of verbosity is used. But when
run directly, test_main(1) is called, and then doctest's idea of verbosity
is used.
Index: test_support.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_support.py,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** test_support.py 2001/09/09 06:12:01 1.29
--- test_support.py 2001/09/10 01:39:21 1.30
***************
*** 184,189 ****
If optional argument verbosity is not specified (or is None), pass
! test_support's belief about verbosity on to doctest. Else doctest
! sys.argv for -v.
"""
--- 184,189 ----
If optional argument verbosity is not specified (or is None), pass
! test_support's belief about verbosity on to doctest. Else doctest's
! usual behavior is used (it searches sys.argv for -v).
"""
- Previous message: [Python-checkins] CVS: python/dist/src acconfig.h,1.54,1.55 configure,1.247,1.248 configure.in,1.255,1.256 pyconfig.h.in,1.9,1.10
- Next message: [Python-checkins] CVS: python/dist/src/Python getargs.c,2.63,2.64
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]