• Home
Name Date Size #Lines LOC

..--

webtest/03-May-2024-3,0502,410

README.chromiumD03-May-2024362 1511

README.chromium

1Name: webtest
2URL: https://github.com/Pylons/webtest
3Version: 2.0.19
4License: MIT
5
6Description:
7This wraps any WSGI application and makes it easy to send test requests
8to that application, without starting up an HTTP server. It is used in
9perf dashboard unit tests.
10
11It depends on the library "six".
12
13Local Modifications:
14Removed everything except for webtest/.
15