I want to use Twill for testing a web application I am working on. I need to be able to get the body of the page when a 500 is rendered - both for testing error conditions, and also for working out what has gone wrong when a test fails.
The problem seems to be that when a page returns with a 500, twill cnnot get access to to the body of the response. It seems to be an underlying issue with mechanize. Any thoughts as to how I can use twill for this purpose? -- sam Test Mercenaries Blog: http://big.corp.google.com/~mstriebeck/testmercenaries/ _______________________________________________ twill mailing list [email protected] http://lists.idyll.org/listinfo/twill
