pytest-instafail


Namepytest-instafail JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/pytest-dev/pytest-instafail
Summarypytest plugin to show failures instantly
upload_time2023-03-31 17:17:32
maintainer
docs_urlNone
authorJanne Vanhala
requires_python>=3.7
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pytest-instafail
================

|build status|_

.. |build status| image:: https://github.com/pytest-dev/pytest-instafail/actions/workflows/test.yml/badge.svg
   :alt: Build Status
.. _build status: https://github.com/pytest-dev/pytest-instafail/actions/workflows/test.yml

pytest-instafail is a plugin for `pytest <https://pytest.org>`_ that shows
failures and errors instantly instead of waiting until the end of test session.

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

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

- Python 3.7+ or PyPy3
- pytest 5 or newer

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

To install pytest-instafail::

    $ pip install pytest-instafail

Then run your tests with::

    $ pytest --instafail

Resources
---------

- `Issue Tracker <https://github.com/pytest-dev/pytest-instafail/issues>`_
- `Code <https://github.com/pytest-dev/pytest-instafail/>`_
- `Development Version
  <https://github.com/pytest-dev/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pytest-dev/pytest-instafail",
    "name": "pytest-instafail",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Janne Vanhala",
    "author_email": "janne.vanhala@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/86/bd/e0ba6c3cd20b9aa445f0af229f3a9582cce589f083537978a23e6f14e310/pytest-instafail-0.5.0.tar.gz",
    "platform": "any",
    "description": "pytest-instafail\n================\n\n|build status|_\n\n.. |build status| image:: https://github.com/pytest-dev/pytest-instafail/actions/workflows/test.yml/badge.svg\n   :alt: Build Status\n.. _build status: https://github.com/pytest-dev/pytest-instafail/actions/workflows/test.yml\n\npytest-instafail is a plugin for `pytest <https://pytest.org>`_ that shows\nfailures and errors instantly instead of waiting until the end of test session.\n\nRequirements\n------------\n\nYou will need the following prerequisites in order to use pytest-instafail:\n\n- Python 3.7+ or PyPy3\n- pytest 5 or newer\n\nInstallation\n------------\n\nTo install pytest-instafail::\n\n    $ pip install pytest-instafail\n\nThen run your tests with::\n\n    $ pytest --instafail\n\nResources\n---------\n\n- `Issue Tracker <https://github.com/pytest-dev/pytest-instafail/issues>`_\n- `Code <https://github.com/pytest-dev/pytest-instafail/>`_\n- `Development Version\n  <https://github.com/pytest-dev/pytest-instafail/zipball/master#egg=pytest-instafail-dev>`_\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "pytest plugin to show failures instantly",
    "version": "0.5.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8c0c32dc39fc172e684fdb3d30169843efb65c067be1e12689af4345731126e",
                "md5": "de823e16e6a9dc2ec0701f55ad29280e",
                "sha256": "6855414487e9e4bb76a118ce952c3c27d3866af15487506c4ded92eb72387819"
            },
            "downloads": -1,
            "filename": "pytest_instafail-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de823e16e6a9dc2ec0701f55ad29280e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4176,
            "upload_time": "2023-03-31T17:17:30",
            "upload_time_iso_8601": "2023-03-31T17:17:30.065931Z",
            "url": "https://files.pythonhosted.org/packages/e8/c0/c32dc39fc172e684fdb3d30169843efb65c067be1e12689af4345731126e/pytest_instafail-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86bde0ba6c3cd20b9aa445f0af229f3a9582cce589f083537978a23e6f14e310",
                "md5": "209e4d58178027f1ac78a71123e4b278",
                "sha256": "33a606f7e0c8e646dc3bfee0d5e3a4b7b78ef7c36168cfa1f3d93af7ca706c9e"
            },
            "downloads": -1,
            "filename": "pytest-instafail-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "209e4d58178027f1ac78a71123e4b278",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5849,
            "upload_time": "2023-03-31T17:17:32",
            "upload_time_iso_8601": "2023-03-31T17:17:32.161502Z",
            "url": "https://files.pythonhosted.org/packages/86/bd/e0ba6c3cd20b9aa445f0af229f3a9582cce589f083537978a23e6f14e310/pytest-instafail-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-31 17:17:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pytest-dev",
    "github_project": "pytest-instafail",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pytest-instafail"
}
        
Elapsed time: 0.29272s