wok-6.x annotate python-webtest/description.txt @ rev 25565

Reenable rpc for glibc, fix gpxe grub4dos receipt, fix linld url
author Stanislas Leduc <shann@slitaz.org>
date Tue May 09 17:24:00 2023 +0000 (13 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.