WebTest


NameWebTest JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://docs.pylonsproject.org/projects/webtest/en/latest/
SummaryHelper to test WSGI applications
upload_time2021-08-19 12:40:07
maintainerGael Pasgrimaud
docs_urlNone
authorIan Bicking
requires_python>=3.6, <4
licenseMIT
keywords wsgi test unit tests web
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======
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/



            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.pylonsproject.org/projects/webtest/en/latest/",
    "name": "WebTest",
    "maintainer": "Gael Pasgrimaud",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "gael@gawel.org",
    "keywords": "wsgi test unit tests web",
    "author": "Ian Bicking",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/26/c8/8ffba1782700eb06e9b9169156698c6ba95c05b66cda3fc9e025b6b3b649/WebTest-3.0.0.tar.gz",
    "platform": "",
    "description": "=======\nWebTest\n=======\n\nThis wraps any WSGI application and makes it easy to send test\nrequests to that application, without starting up an HTTP server.\n\nThis provides convenient full-stack testing of applications written\nwith any WSGI-compatible framework.\n\nFull docs can be found at https://docs.pylonsproject.org/projects/webtest/en/latest/\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helper to test WSGI applications",
    "version": "3.0.0",
    "split_keywords": [
        "wsgi",
        "test",
        "unit",
        "tests",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "53434d2a054fe815484227f1be9e32d5",
                "sha256": "2a001a9efa40d2a7e5d9cd8d1527c75f41814eb6afce2c3d207402547b1e5ead"
            },
            "downloads": -1,
            "filename": "WebTest-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "53434d2a054fe815484227f1be9e32d5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 31858,
            "upload_time": "2021-08-19T12:40:04",
            "upload_time_iso_8601": "2021-08-19T12:40:04.047932Z",
            "url": "https://files.pythonhosted.org/packages/41/c7/3897bd62366cb4a50bfb411d37efca9fa33bf07a7c1c22fce8f6ad2664ff/WebTest-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "f923a6279574427c82f5323c06b6f6e5",
                "sha256": "54bd969725838d9861a9fa27f8d971f79d275d94ae255f5c501f53bb6d9929eb"
            },
            "downloads": -1,
            "filename": "WebTest-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f923a6279574427c82f5323c06b6f6e5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 75871,
            "upload_time": "2021-08-19T12:40:07",
            "upload_time_iso_8601": "2021-08-19T12:40:07.234266Z",
            "url": "https://files.pythonhosted.org/packages/26/c8/8ffba1782700eb06e9b9169156698c6ba95c05b66cda3fc9e025b6b3b649/WebTest-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2021-08-19 12:40:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "webtest"
}
        
Elapsed time: 0.01872s