Skip to content
/ webtest Public

Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.

License

Notifications You must be signed in to change notification settings

Pylons/webtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

599371f · Feb 25, 2025
Jul 5, 2024
Jul 5, 2024
Jul 5, 2024
Feb 19, 2025
Feb 5, 2015
Nov 13, 2020
Feb 21, 2013
Feb 3, 2025
Feb 9, 2019
Sep 22, 2018
Aug 19, 2021
Nov 16, 2022
Oct 5, 2018
Sep 11, 2018
Nov 13, 2020
Feb 3, 2025
Jul 5, 2024

Repository files navigation

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/