wok annotate python-webtest/description.txt @ rev 25438

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 01 11:12:31 2022 +0000 (21 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.