WebTest


NameWebTest JSON
Version 3.0.2 PyPI version JSON
download
home_pagehttps://docs.pylonsproject.org/projects/webtest/en/latest/
SummaryHelper to test WSGI applications
upload_time2024-11-27 10:34:06
maintainerGael Pasgrimaud
docs_urlNone
authorIan Bicking
requires_python>=3.7
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.7",
    "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/a1/0f122e385fe9634360adb39f1844b75f315be1d7bd5b310e0af59f1cacc7/webtest-3.0.2.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.2",
    "project_urls": {
        "Homepage": "https://docs.pylonsproject.org/projects/webtest/en/latest/"
    },
    "split_keywords": [
        "wsgi",
        "test",
        "unit",
        "tests",
        "web"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88be4cfe50dbe2e0b8e64a421157e18bbdbdb58a12ffc7ebcf5d32845ae56146",
                "md5": "4ced654ddddb6d669bb3dc240d44ceb6",
                "sha256": "799846e169d15e0c1233ab4ab00ee4de59a5d964407d6f2945d89249328dbbdb"
            },
            "downloads": -1,
            "filename": "WebTest-3.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ced654ddddb6d669bb3dc240d44ceb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 32152,
            "upload_time": "2024-11-27T10:34:04",
            "upload_time_iso_8601": "2024-11-27T10:34:04.315450Z",
            "url": "https://files.pythonhosted.org/packages/88/be/4cfe50dbe2e0b8e64a421157e18bbdbdb58a12ffc7ebcf5d32845ae56146/WebTest-3.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "26a10f122e385fe9634360adb39f1844b75f315be1d7bd5b310e0af59f1cacc7",
                "md5": "55bac7c64a075c5195aa90af8a717ba2",
                "sha256": "0b2de681c16f57b31da5cce6e94ff03cdc77bd86c37a57ba0ee27fed8e065ceb"
            },
            "downloads": -1,
            "filename": "webtest-3.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "55bac7c64a075c5195aa90af8a717ba2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 79331,
            "upload_time": "2024-11-27T10:34:06",
            "upload_time_iso_8601": "2024-11-27T10:34:06.352548Z",
            "url": "https://files.pythonhosted.org/packages/26/a1/0f122e385fe9634360adb39f1844b75f315be1d7bd5b310e0af59f1cacc7/webtest-3.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-27 10:34:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "webtest"
}
        
Elapsed time: 0.37456s