matt wrote:
> Here's something I did recently at work.  
> It contains unittest code and is using
> urllib2.
> http://blog.spikesource.com/pyhton_testcases.htm

If you want to test web sites, you might be interested in 
zope.testbrowser (currently Zope 3 only, but fixing that is on my to do 
list).

You can see an example testbrowser test (which is also both its README 
and its unit tests) at 
http://svn.zope.org/*checkout*/Zope3/branches/testbrowser-integration/src/zope/testbrowser/README.txt?rev=38050

If there is any interest I'll try to package up a stand-alone version in 
the next few days.
--
Benji York
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to