14 lines
362 B
Text
14 lines
362 B
Text
Name: webtest
|
|
URL: https://github.com/Pylons/webtest
|
|
Version: 2.0.19
|
|
License: MIT
|
|
|
|
Description:
|
|
This wraps any WSGI application and makes it easy to send test requests
|
|
to that application, without starting up an HTTP server. It is used in
|
|
perf dashboard unit tests.
|
|
|
|
It depends on the library "six".
|
|
|
|
Local Modifications:
|
|
Removed everything except for webtest/.
|