wok diff python-webtest/description.txt @ rev 25839
Update some urls
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 10 07:52:47 2025 +0000 (7 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 Sat May 10 07:52:47 2025 +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.