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

updated python-webtest (2.0.34 -> 2.0.35)
author Hans-G?nter Theisgen
date Thu Jul 14 07:35:06 2022 +0100 (23 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.