Project: webtest

Helper to test WSGI applications

Project Details

Latest version
3.0.0
Home Page
https://docs.pylonsproject.org/projects/webtest/en/latest/
PyPI Page
https://pypi.org/project/webtest/

Project Popularity

PageRank
0.005467401543798105
Number of downloads
558297

======= WebTest

This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.

This provides convenient full-stack testing of applications written with any WSGI-compatible framework.

Full docs can be found at https://docs.pylonsproject.org/projects/webtest/en/latest/