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

updated sc-im (0.8.4 -> 0.8.5)
author Hans-Günter Theisgen
date Wed Jul 23 08:59:37 2025 +0100 (2 weeks ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-webtest/description.txt	Wed Jul 23 08:59:37 2025 +0100
     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.