Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Pylons/webtest

Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
https://github.com/Pylons/webtest

Last synced: 3 months ago
JSON representation

Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.

Awesome Lists containing this project

README

        

=======
WebTest
=======

This wraps any WSGI application and makes it easy to send test
requests to that application, without starting up an HTTP server.

This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.

Full docs can be found at https://docs.pylonsproject.org/projects/webtest/en/latest/