Pylons / webtest

Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
https://docs.pylonsproject.org/projects/webtest/en/latest/
Other
336 stars 110 forks source link

docs: Fix simple typo, requets -> requests #225

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

There is a small typo in webtest/app.py.

Closes #224