wok diff python-webtest/description.txt @ rev 25857
Fix reset menu.xml symlink when upgrade slitaz-configs
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Thu Aug 07 17:10:52 2025 +0000 (4 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 Thu Aug 07 17:10:52 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.