[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib/test README,NONE,1.1

Trent Mick trentm@activestate.com
Thu, 29 Jun 2000 23:27:33 -0700


Cool

On Thu, Jun 29, 2000 at 11:08:38PM -0700, Skip Montanaro wrote:
> 
> --- NEW FILE ---
> 			 Writing Python Test Cases
> 			 -------------------------
> 			       Skip Montanaro
> 
> 
> To run the entire test suite, make the "test" target at the top level:
> 
>     cd ...
>     make test

This is a UN*Xism, on Windows and UN*X:
cd ...\Lib\test
python regrtest.py



A sample walk through to create a test might make it more approachable for
people. As well, it would be helpful to mention
test_support.{verbose|TESTFN|...}.  But I have no right to bitch about good
work.


Trent



-- 
Trent Mick
trentm@activestate.com