I\'d like to unit test responses from the Google App Engine webapp.WSGIApplication, for example request the url \'/\' and test that the responses status code is 200, using G
Actually WebTest does work within the sandbox, as long as you comment out
import webbrowser
in webtest/__init__.py