On 1/13/06, Ian Bicking <[EMAIL PROTECTED]> wrote: > > In order to test CherryPaste in a realistic situation, I'd like to test > it against a real application. Is there an application someone could > recommend that has a good set of tests? HTTP-based tests are best, but > CherryPy tests are okay too (I'd have to rewrite the CherryPy tests, but > that's still easier than writing my own tests). Something written > against the TG trunk would also be best.
I tend to write my tests using turbogears.testutil.create_request or call, neither of which is HTTP. Those probably wouldn't be what you're looking for. (You can look in turbogears.tests.test_controllers to see what those look like...) Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

