wok view python-webtest/description.txt @ rev 25250

updated python-webtest (2.0.34 -> 2.0.35)
author Hans-Günter Theisgen
date Thu Jul 14 07:35:06 2022 +0100 (2022-07-14)
parents
children
line source
1 This wraps any WSGI application and makes it easy to send test requests
2 to that application, without starting up an HTTP server.
4 This provides convenient full-stack testing of applications written with
5 any WSGI-compatible framework.