pytest-progress


Namepytest-progress JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/ssrikanta/pytest-progress
Summarypytest plugin for instant test progress status
upload_time2024-06-18 09:30:00
maintainerNone
docs_urlNone
authorsantosh
requires_pythonNone
licenseMIT
keywords py.test pytest report
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pytest-progress
================


pytest-progress is a plugin for `py.test <http://pytest.org>`_ that allows to 
print the test progress like number of tests Passed , Failed, Skipped and also 
instant test failure messages.


Requirements
------------

You will need the following prerequisites in order to use pytest-progress:

- Python 3.8, 3.9, 3.10, 3.11 and 3.12
- pytest



Installation
------------

To install pytest-progress::

    $ pip install pytest-progress

Then run your tests with::

    $ py.test --show-progress

If you would like more detailed output (one test per line), then you may use the verbose option::

    $ py.test --verbose


Examples
------------
To run the pytest with progress::

	$ py.test --show-progress test_progress_report.py
	$ py.test --showprogress test_progress_report.py
	
To run tests in verbose mode::

	$ py.test --show-progress --verbose test_progress_report.py
	$ py.test --showprogress --verbose test_progress_report.py

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ssrikanta/pytest-progress",
    "name": "pytest-progress",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "py.test pytest report",
    "author": "santosh",
    "author_email": "santosh.srikanta@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/71/af/285d33ac0630610eaf0bdba431ac7e3d3f8332e1c0244db360a7193c6541/pytest_progress-1.3.0.tar.gz",
    "platform": null,
    "description": "pytest-progress\r\n================\r\n\r\n\r\npytest-progress is a plugin for `py.test <http://pytest.org>`_ that allows to \r\nprint the test progress like number of tests Passed , Failed, Skipped and also \r\ninstant test failure messages.\r\n\r\n\r\nRequirements\r\n------------\r\n\r\nYou will need the following prerequisites in order to use pytest-progress:\r\n\r\n- Python 3.8, 3.9, 3.10, 3.11 and 3.12\r\n- pytest\r\n\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nTo install pytest-progress::\r\n\r\n    $ pip install pytest-progress\r\n\r\nThen run your tests with::\r\n\r\n    $ py.test --show-progress\r\n\r\nIf you would like more detailed output (one test per line), then you may use the verbose option::\r\n\r\n    $ py.test --verbose\r\n\r\n\r\nExamples\r\n------------\r\nTo run the pytest with progress::\r\n\r\n\t$ py.test --show-progress test_progress_report.py\r\n\t$ py.test --showprogress test_progress_report.py\r\n\t\r\nTo run tests in verbose mode::\r\n\r\n\t$ py.test --show-progress --verbose test_progress_report.py\r\n\t$ py.test --showprogress --verbose test_progress_report.py\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "pytest plugin for instant test progress status",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/ssrikanta/pytest-progress"
    },
    "split_keywords": [
        "py.test",
        "pytest",
        "report"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "71af285d33ac0630610eaf0bdba431ac7e3d3f8332e1c0244db360a7193c6541",
                "md5": "90d191d099e2f34d21725f68e9e7b033",
                "sha256": "b2a6cd0b0cd8b50b19f56777402835e546dc8404eb7fa77ac2ace9dc719ec50e"
            },
            "downloads": -1,
            "filename": "pytest_progress-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "90d191d099e2f34d21725f68e9e7b033",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4736,
            "upload_time": "2024-06-18T09:30:00",
            "upload_time_iso_8601": "2024-06-18T09:30:00.051901Z",
            "url": "https://files.pythonhosted.org/packages/71/af/285d33ac0630610eaf0bdba431ac7e3d3f8332e1c0244db360a7193c6541/pytest_progress-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-18 09:30:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ssrikanta",
    "github_project": "pytest-progress",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pytest-progress"
}
        
Elapsed time: 4.92543s