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

Up expat (2.5.0), CVE-2022-43680
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 02 10:14:28 2022 +0000 (18 months ago)
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.