plain.pytest


Nameplain.pytest JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://plainframework.com
SummaryPytest integration for Plain.
upload_time2024-09-26 19:30:14
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.pytest",
    "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/18/e4/a2c97d97c1e17397113427bf55f3b321561e38e5972ddc5a131fe906e3a4/plain_pytest-0.2.1.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": "Pytest integration for Plain.",
    "version": "0.2.1",
    "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": "d0deca256707e3d3fd8a04e35acd0c3a4874b6d0c6d53f7c6ef8de5feee98ef5",
                "md5": "27b83a5df79a3ae12fbaea3632955269",
                "sha256": "15f0ea6e9c42ece32f5f18ca743b40836a6e3516492207855bee37863b672dfb"
            },
            "downloads": -1,
            "filename": "plain_pytest-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27b83a5df79a3ae12fbaea3632955269",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 4789,
            "upload_time": "2024-09-26T19:30:13",
            "upload_time_iso_8601": "2024-09-26T19:30:13.669004Z",
            "url": "https://files.pythonhosted.org/packages/d0/de/ca256707e3d3fd8a04e35acd0c3a4874b6d0c6d53f7c6ef8de5feee98ef5/plain_pytest-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18e4a2c97d97c1e17397113427bf55f3b321561e38e5972ddc5a131fe906e3a4",
                "md5": "cd5dfe56d0611f3711f8e29a6e4f9ce4",
                "sha256": "87e3ed83897e10b235d2f5436f8d0a9c014492d922174062ebbd8a9fe11f400f"
            },
            "downloads": -1,
            "filename": "plain_pytest-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cd5dfe56d0611f3711f8e29a6e4f9ce4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 3404,
            "upload_time": "2024-09-26T19:30:14",
            "upload_time_iso_8601": "2024-09-26T19:30:14.454312Z",
            "url": "https://files.pythonhosted.org/packages/18/e4/a2c97d97c1e17397113427bf55f3b321561e38e5972ddc5a131fe906e3a4/plain_pytest-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 19:30:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dropseed",
    "github_project": "plain",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "plain.pytest"
}
        
Elapsed time: 0.67434s