WebTest


NameWebTest JSON
Version 3.0.4 PyPI version JSON
download
home_pagehttps://docs.pylonsproject.org/projects/webtest/en/latest/
SummaryHelper to test WSGI applications
upload_time2025-02-03 10:09:09
maintainerGael Pasgrimaud
docs_urlNone
authorIan Bicking
requires_python>=3.9
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.9",
    "maintainer_email": "gael@gawel.org",
    "keywords": "wsgi test unit tests web",
    "author": "Ian Bicking",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/26/c5/b25980d591b111f3898c27b140bc30977794157522a8da91f5bbb5de99b7/webtest-3.0.4.tar.gz",
    "platform": null,
    "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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Helper to test WSGI applications",
    "version": "3.0.4",
    "project_urls": {
        "Homepage": "https://docs.pylonsproject.org/projects/webtest/en/latest/"
    },
    "split_keywords": [
        "wsgi",
        "test",
        "unit",
        "tests",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc69df392f611d46b1ca32e829ba7db1a01d147875cfd51942c39c3f9dc1e48d",
                "md5": "205cba18bc3bc465f1b71ee3cb8aa0ac",
                "sha256": "5b3d8c69ac9057f17750ed5b45320a411423c2b4196bec6450961be98b03d8c1"
            },
            "downloads": -1,
            "filename": "WebTest-3.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "205cba18bc3bc465f1b71ee3cb8aa0ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 32149,
            "upload_time": "2025-02-03T10:09:08",
            "upload_time_iso_8601": "2025-02-03T10:09:08.228629Z",
            "url": "https://files.pythonhosted.org/packages/bc/69/df392f611d46b1ca32e829ba7db1a01d147875cfd51942c39c3f9dc1e48d/WebTest-3.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26c5b25980d591b111f3898c27b140bc30977794157522a8da91f5bbb5de99b7",
                "md5": "4481094708b9158cf124636172f8b24c",
                "sha256": "94778d19a37e5abd7388dad4d93874410ecced53a1739a8e5ff2dbcba1cfc0c4"
            },
            "downloads": -1,
            "filename": "webtest-3.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "4481094708b9158cf124636172f8b24c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 79395,
            "upload_time": "2025-02-03T10:09:09",
            "upload_time_iso_8601": "2025-02-03T10:09:09.686847Z",
            "url": "https://files.pythonhosted.org/packages/26/c5/b25980d591b111f3898c27b140bc30977794157522a8da91f5bbb5de99b7/webtest-3.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 10:09:09",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "webtest"
}
        
Elapsed time: 1.80873s