pytest-testmon


Namepytest-testmon JSON
Version 2.1.1 PyPI version JSON
download
home_page
Summaryselects tests affected by changed files and methods
upload_time2024-02-27 17:31:04
maintainer
docs_urlNone
author
requires_python>=3.8
licenseMIT
keywords testing pytest plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img src=https://user-images.githubusercontent.com/135344/219700265-0a9b152f-7285-4607-bbce-0c9aeddd520b.svg width=300>

This is a pytest plug-in which automatically selects and re-executes
only tests affected by recent changes. How is this possible in dynamic
language like Python and how reliable is it? Read here: [Determining
affected tests](https://testmon.org/blog/determining-affected-tests/)

## Quickstart

    pip install pytest-testmon

    # build the dependency database and save it to .testmondata
    pytest --testmon

    # change some of your code (with test coverage)

    # only run tests affected by recent changes
    pytest --testmon

To learn more about different options you can use with testmon, please
head to [testmon.org](https://testmon.org)

## Call for opensource projects: try testmon in CI with no effort or risk.

We would like to run testmon within your project, collect data and improve!
We'll prepare the PR for you and set everything up so that no tests are deselected initially.
You can start using the full functionality whenever the reliability and time savings seem right!
Please <a href="https://www.testmon.net/">SIGN UP</a> and we'll contact you shortly.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pytest-testmon",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "testing,pytest,plugin",
    "author": "",
    "author_email": "Tibor Arpas <tibor@testmon.org>",
    "download_url": "https://files.pythonhosted.org/packages/26/57/ef7c8a41ca806c3f8052653abc306ceb44dd4a5e090bf5d1faf1f432be9f/pytest-testmon-2.1.1.tar.gz",
    "platform": null,
    "description": "<img src=https://user-images.githubusercontent.com/135344/219700265-0a9b152f-7285-4607-bbce-0c9aeddd520b.svg width=300>\n\nThis is a pytest plug-in which automatically selects and re-executes\nonly tests affected by recent changes. How is this possible in dynamic\nlanguage like Python and how reliable is it? Read here: [Determining\naffected tests](https://testmon.org/blog/determining-affected-tests/)\n\n## Quickstart\n\n    pip install pytest-testmon\n\n    # build the dependency database and save it to .testmondata\n    pytest --testmon\n\n    # change some of your code (with test coverage)\n\n    # only run tests affected by recent changes\n    pytest --testmon\n\nTo learn more about different options you can use with testmon, please\nhead to [testmon.org](https://testmon.org)\n\n## Call for opensource projects: try testmon in CI with no effort or risk.\n\nWe would like to run testmon within your project, collect data and improve!\nWe'll prepare the PR for you and set everything up so that no tests are deselected initially.\nYou can start using the full functionality whenever the reliability and time savings seem right!\nPlease <a href=\"https://www.testmon.net/\">SIGN UP</a> and we'll contact you shortly.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "selects tests affected by changed files and methods",
    "version": "2.1.1",
    "project_urls": null,
    "split_keywords": [
        "testing",
        "pytest",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "033ef62aefad1f5b3291029a3754af70efc3212b8303f83a9bd2d0b1d44b90e4",
                "md5": "be68f85bb6c097a481fcd862f4bbd8a5",
                "sha256": "8271ca47bc8c80760c4fc7fd7895ea786b111bbb31f13eeea879a6fd11fe2226"
            },
            "downloads": -1,
            "filename": "pytest_testmon-2.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be68f85bb6c097a481fcd862f4bbd8a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22672,
            "upload_time": "2024-02-27T17:31:01",
            "upload_time_iso_8601": "2024-02-27T17:31:01.865976Z",
            "url": "https://files.pythonhosted.org/packages/03/3e/f62aefad1f5b3291029a3754af70efc3212b8303f83a9bd2d0b1d44b90e4/pytest_testmon-2.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2657ef7c8a41ca806c3f8052653abc306ceb44dd4a5e090bf5d1faf1f432be9f",
                "md5": "23359b543478db259408201f3c2b3628",
                "sha256": "8ebe2c3de42d99306ee54cd4536fed0fc48346a954420da904b18e8d59b5da98"
            },
            "downloads": -1,
            "filename": "pytest-testmon-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "23359b543478db259408201f3c2b3628",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20481,
            "upload_time": "2024-02-27T17:31:04",
            "upload_time_iso_8601": "2024-02-27T17:31:04.103518Z",
            "url": "https://files.pythonhosted.org/packages/26/57/ef7c8a41ca806c3f8052653abc306ceb44dd4a5e090bf5d1faf1f432be9f/pytest-testmon-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-27 17:31:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pytest-testmon"
}
        
Elapsed time: 0.20855s