wok diff python-webtest/description.txt @ rev 25540

Update some web_site/wget_url with https
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 09 18:12:54 2023 +0000 (15 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-webtest/description.txt	Thu Mar 09 18:12:54 2023 +0000
     1.3 @@ -0,0 +1,5 @@
     1.4 +This wraps any WSGI application and makes it easy to send test requests
     1.5 +to that application, without starting up an HTTP server.
     1.6 +
     1.7 +This provides convenient full-stack testing of applications written with
     1.8 +any WSGI-compatible framework.