Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I use webtest with nose-gae. While it doesn’t emulate javascript, it is a great way to exercise each handler in your app, and has nice support for forms too.
For more detail testing of each edge case, I would factor our utilities / model related logic from the handlers and write tests for those separately. But it is nice to have some end to end tests, and webtest works great for that.