Hi, I've been working with Turbogears for a short while, but have a persisting problem and I'm hoping someone else might have some insight. Long story short, I don't know how to get comprehensive enough test coverage on a Turbogears app.
A fairly large amount of my logic is contained in page javascript as opposed to in the controllers/forms/widgets/validators, but the controllers eventually dictate submissions to a webservice that actually performs the important database operations. So far, I've been doing some unit tests for python with nose, and unit tests for the javascript with qunit, but I'd like to have a way to do some integration tests between the two. Are there other frameworks out there that can both simulate the browser environment and connect to the Turbogears controller methods? Thanks! -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To view this discussion on the web visit https://groups.google.com/d/msg/turbogears/-/p3PXm7qmq_gJ. 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.

