issues
search
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
Examine webtest/app.py.
Search for
requets
.
Expected Behaviour
Should read
requests
.
Issue Type
[x] Bug (Typo)
Steps to Replicate
requets
.Expected Behaviour
requests
.