WebTest HTTP testing of a WSGI app and a non-WSGI app

Linked on Apr 5 at 16:57

“WebTest helps you test your WSGI-based web applications. […] With this you can test your web applications without starting an HTTP server, and without poking into the web framework shortcutting pieces of your application that need to be tested.”

In this article, Ian Bicking describes some basic tests for a WSGI application. There’s also a WSGIProxy which can be used to test applications which don’t use WSGI.