I came across Adam Goucher's blog entry and his discussion of using Jython to execute JUnit tests. I have been experimenting with doing the opposite: Running Jython scripts from JUnit tests. It was a fun exercise, and it was enlightening to see that I could rewrite a 222 line JUnit test as an 87 line Jython script.
Here's what I did: