Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Pylons/webtest
Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
https://github.com/Pylons/webtest
Last synced: 3 months ago
JSON representation
Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
- Host: GitHub
- URL: https://github.com/Pylons/webtest
- Owner: Pylons
- License: other
- Created: 2012-11-12T23:19:10.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2024-03-04T14:09:06.000Z (8 months ago)
- Last Synced: 2024-04-10T05:43:33.473Z (7 months ago)
- Language: Python
- Homepage: https://docs.pylonsproject.org/projects/webtest/en/latest/
- Size: 1.14 MB
- Stars: 334
- Watchers: 19
- Forks: 108
- Open Issues: 29
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: contributing.md
- License: license.rst
Awesome Lists containing this project
- starred-awesome - webtest - Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. (Python)
- jimsghstars - Pylons/webtest - Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. (Python)
- best-of-web-python - GitHub - 22% open · ⏱️ 17.04.2024): (Web Testing)
README
=======
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/