summaryrefslogtreecommitdiff
path: root/README.rst
blob: a7480e198b1e742fac609b7d16fd2447a36b54df (plain)
1
2
3
4
5
6
7
8
9
10
11
=======
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://webtest.readthedocs.org/en/latest/