I'm switching several projects from darcs to either git on github, or svn on
Google Code.
twill, a simple Web testing tool/HTTP driver in
Python, was switched over to Google Code several months ago: see
http://code.google.com/p/twill. I'll post
more on twill development soon, I …
Noah and Grig have been CCing me on a conversation about JoelOnChecklists and Grig's
post.
Noah's writing a book chapter on this stuff, and asked for some tips.
Here are mine.
First, I have a bunch of individual twill scripts in a directory that
are run every hour. These scripts …
just a quick note -- Kumar McMillan has offered to take over wsgi_intercept.
You can see the new project over at code.google.com,
http://code.google.com/p/wsgi-intercept/.
While I will miss the income from the project, I think that Kumar will
treat it well.
I don't feel like I need to "defend" twill -- it's successful beyond both my
expectations and my cognizance (I have no idea who's actually using
it, but it's apparently a lot of people!), but I may need to promote
it better. I ran across this post
earlier today. It shows …
I'm continuing to build a testing infrastructure for Cartwheel. One
thing to test is the XML-RPC API for controlling the server remotely;
this lets users upload sequences, create analyses, and download
results programmatically.
Now, doing functional testing of an XML-RPC server is just as annoying
as testing any Web app …