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

Fix simple typo: requets -> requests #224

Closed timgates42 closed 4 years ago

timgates42 commented 4 years ago

Issue Type

[x] Bug (Typo)

Steps to Replicate

  1. Examine webtest/app.py.
  2. Search for requets.

Expected Behaviour

  1. Should read requests.