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

updated sc-im (0.8.4 -> 0.8.5)
author Hans-Günter Theisgen
date Wed Jul 23 08:59:37 2025 +0100 (2 weeks 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.