wok annotate python-webtest/description.txt @ rev 25633
wbar: remove imlib2-config
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Dec 24 10:30:04 2023 +0000 (10 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. |