wok-current annotate python-webtest/description.txt @ rev 25693

Up depends pkgs for cups, need to rebuild it for ssl 3.0
author Stanislas Leduc <shann@slitaz.org>
date Sun Mar 24 15:17:37 2024 +0000 (3 months ago)
parents
children
rev   line source
Hans-G?nter@25250 1 This wraps any WSGI application and makes it easy to send test requests
Hans-G?nter@25250 2 to that application, without starting up an HTTP server.
Hans-G?nter@25250 3
Hans-G?nter@25250 4 This provides convenient full-stack testing of applications written with
Hans-G?nter@25250 5 any WSGI-compatible framework.