Is it possible/reasonable to test form submission using testutil? I was thinking that I could just emulate the form submission by passing the appropriate args on the url as query parameters with testutil.create_request.. but that approach doesn't replicate the problem I'm seeing with my code when I hit the page with a form submit from a browser.
Should I be using twill or paste.fixture instead? If so, which is superior? From some light blog reading, it looks to me like twill has the edge [1], but I'd be interested in the opinion of someone with more experience in these two tools. thanks, -Ken [1] Ian Bicking's 2005 test framework comparison & responses http://blog.ianbicking.org/best-of-the-web-app-test-frameworks.html http://www.advogato.org/person/titus/diary/119.html http://ivory.idyll.org/articles/twill-and-wsgi_intercept.html Using wsgi interception testing with TG (from "Bastian") http://www.mail-archive.com/[email protected]/msg25479.html --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

