Testing Python updates

2007-03-21 Thread Matthew
Hello:

What is the methodology for testing the updates to the Python
language?

Thanks

Matthew Harelick

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Testing Python updates

2007-03-21 Thread Terry Reedy

Matthew [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
| What is the methodology for testing the updates to the Python language?

By who?

There is an expanding /test directory in the pythonx.y/Lib directory.  Core 
developers run these about once a day on multiple systems.  People who 
build their own executable should run the same.  People who install a 
prebuilt executable may do the same, and should if they suspect a problem 
with their installation.

Application developers increasingly have their own automated test files 
that they run after running /Lib/test on a new installation.

Terry Jan Reedy



-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Testing Python updates

2007-03-21 Thread Steve Holden
Matthew wrote:
 Hello:
 
 What is the methodology for testing the updates to the Python
 language?

http://www.pybots.org/

regards
  Steve
-- 
Steve Holden   +44 150 684 7255  +1 800 494 3119
Holden Web LLC/Ltd  http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
Recent Ramblings   http://holdenweb.blogspot.com

-- 
http://mail.python.org/mailman/listinfo/python-list