Skip to content

Instantly share code, notes, and snippets.

@dstufft
Created November 13, 2012 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dstufft/4066667 to your computer and use it in GitHub Desktop.
Save dstufft/4066667 to your computer and use it in GitHub Desktop.
Metadata-Version: 1.0
Name: WebTest
Version: 1.4.0
Summary: Helper to test WSGI applications
Home-page: http://webtest.pythonpaste.org/
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
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.
This provides convenient full-stack testing of applications written
with any WSGI-compatible framework.
This is based on ``paste.fixture.TestApp``.
Keywords: wsgi test unit tests web
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Paste
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Server
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment