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

Up youtube-dl (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 30 10:53:19 2023 +0000 (10 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.