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

updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author Hans-Günter Theisgen
date Thu Jul 21 07:14:01 2022 +0100 (2022-07-21)
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.