plain.tunnel


Nameplain.tunnel JSON
Version 0.2.0 PyPI version JSON
download
home_pagehttps://plainframework.com
SummaryNone
upload_time2024-11-07 17:35:13
maintainerNone
docs_urlNone
authorDave Gaeddert
requires_python<4.0,>=3.11
licenseBSD-3-Clause
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!-- This file is compiled from plain-pytest/plain/pytest/README.md. Do not edit this file directly. -->

## Testing - pytest

Write and run tests with pytest.

Django includes its own test runner and [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) classes.
But a lot of people (myself included) prefer [pytest](https://docs.pytest.org/en/latest/contents.html).

In Plain I've removed the Django test runner and a lot of the implications that come with it.
There are a few utilities that remain to make testing easier,
and `plain-test` is a wrapper around `pytest`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://plainframework.com",
    "name": "plain.tunnel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Dave Gaeddert",
    "author_email": "dave.gaeddert@dropseed.dev",
    "download_url": "https://files.pythonhosted.org/packages/29/8a/351831bc296072b114d69da180f6c996d66aa9f4502e0e7e1b9932f1f229/plain_tunnel-0.2.0.tar.gz",
    "platform": null,
    "description": "<!-- This file is compiled from plain-pytest/plain/pytest/README.md. Do not edit this file directly. -->\n\n## Testing - pytest\n\nWrite and run tests with pytest.\n\nDjango includes its own test runner and [unittest](https://docs.python.org/3/library/unittest.html#module-unittest) classes.\nBut a lot of people (myself included) prefer [pytest](https://docs.pytest.org/en/latest/contents.html).\n\nIn Plain I've removed the Django test runner and a lot of the implications that come with it.\nThere are a few utilities that remain to make testing easier,\nand `plain-test` is a wrapper around `pytest`.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": null,
    "version": "0.2.0",
    "project_urls": {
        "Documentation": "https://plainframework.com/docs/",
        "Homepage": "https://plainframework.com",
        "Repository": "https://github.com/dropseed/plain"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca6a813edacb08a50fc236cd281656ffadc4b611e4ca0bafebc8fadbd45c6779",
                "md5": "e33a6b201d849b0d26e3c7cb59552d5b",
                "sha256": "7a9bbdd4613a4d367063bc0073a891afe0f6cdb4fb400c9634f3655662e880cc"
            },
            "downloads": -1,
            "filename": "plain_tunnel-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e33a6b201d849b0d26e3c7cb59552d5b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 6948,
            "upload_time": "2024-11-07T17:35:11",
            "upload_time_iso_8601": "2024-11-07T17:35:11.880212Z",
            "url": "https://files.pythonhosted.org/packages/ca/6a/813edacb08a50fc236cd281656ffadc4b611e4ca0bafebc8fadbd45c6779/plain_tunnel-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "298a351831bc296072b114d69da180f6c996d66aa9f4502e0e7e1b9932f1f229",
                "md5": "8760f7d180c8d423a80d40cd38d3cd67",
                "sha256": "eb45fe12863e06252ba91e05fa5dd9784865932bb371e2ab522f97ca35128112"
            },
            "downloads": -1,
            "filename": "plain_tunnel-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8760f7d180c8d423a80d40cd38d3cd67",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 5860,
            "upload_time": "2024-11-07T17:35:13",
            "upload_time_iso_8601": "2024-11-07T17:35:13.702555Z",
            "url": "https://files.pythonhosted.org/packages/29/8a/351831bc296072b114d69da180f6c996d66aa9f4502e0e7e1b9932f1f229/plain_tunnel-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-07 17:35:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dropseed",
    "github_project": "plain",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "plain.tunnel"
}
        
Elapsed time: 0.45119s