webtest 3.0.7


pip install webtest

  Latest version

Released: Oct 06, 2025

Project Links

Meta
Author: Ian Bicking
Maintainer: Gael Pasgrimaud
Requires Python: >=3.9

Classifiers

Development Status
  • 5 - Production/Stable

Framework
  • Paste

Intended Audience
  • Developers

License
  • OSI Approved :: MIT License

Topic
  • Internet :: WWW/HTTP :: WSGI
  • Internet :: WWW/HTTP :: WSGI :: Server

Programming Language
  • Python :: 3
  • Python :: 3 :: Only
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

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/

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
WebOb (>=1.2)
waitress (>=3.0.2)
beautifulsoup4