python-webtest

Wraps any WSGI application and makes it easy to test
  http://pythonpaste.org/webtest/
  1
  1 review



WebTest helps you test your WSGI-based web applications. This can be any application that has a WSGI (Web Server Gateway Interface) interface, including an application written in a framework that supports WSGI (which includes most actively developed Python web frameworks – almost anything that even nominally supports WSGI should be testable).
Latest reviews
4
blueXrider 12 years ago

quite nice