Metadata-Version: 1.1
Name: pytest-messenger
Version: 3.1.0
Summary: Pytest to Slack reporting plugin
Home-page: https://github.com/pytest-dev/pytest-messenger
Author: LaserPhaser
Author-email: arseny.antonov@gmail.com
License: MIT license
Description: =================
        pytest-messenger
        =================
        
        ex pytest-slack
        
        .. image:: https://img.shields.io/pypi/v/pytest-messenger.svg
                :target: https://pypi.python.org/pypi/pytest-messenger
        
        .. image:: https://codecov.io/gh/pytest-dev/pytest-messenger/branch/master/graph/badge.svg
                :target: https://codecov.io/gh/pytest-dev/pytest-messenger
        
        .. image:: https://pyup.io/repos/github/pytest-dev/pytest-messenger/shield.svg
                :target: https://pyup.io/repos/github/pytest-dev/pytest-messenger/
                :alt: Updates
        
        
        
        
        Pytest to IM reporting plugin
        
        Supported messengers:
        
        * `Slack <https://github.com/pytest-dev/pytest-messenger/wiki/Slack>`_
        * `Ding Talk <https://github.com/pytest-dev/pytest-messenger/wiki/DingTalk>`_
        * Telegram - soon
        
        
        .. image:: https://raw.githubusercontent.com/pytest-dev/pytest-messenger/master/img/demo.gif
        
        
        Requirements
        ------------
        
        * Requests
        
        
        
        Installation
        ------------
        
        You can install "pytest-messenger" via `pip`_::
        
            $ pip install pytest-messenger
        
        
        
        
        
        Issues
        ------
        
        If you encounter any problems, please `file an issue`_ along with a detailed description.
        
        
        Credits
        -------
        
        [ ~ Dependencies scanned by PyUp.io ~ ]
        
        .. _`file an issue`: https://github.com/pytest-dev/pytest-messenger/issues
        .. _`pytest`: https://github.com/pytest-dev/pytest
        .. _`tox`: https://tox.readthedocs.io/en/latest/
        .. _`pip`: https://pypi.python.org/pypi/pip/
        
        
        =======
        History
        =======
        
        1.0.1 (2019-04-18)
        ------------------
        
        * First release on PyPI.
        
        2.1.2 (2020-02-10)
        ------------------
        
        * Stable release.
        
        
        =======
        Credits
        =======
        
        Development Lead
        ----------------
        
        * `Laser <https://github.com/LaserPhaser>`_, arseny.antonov@gmail.com
        
        Contributors
        ------------
        
        * `repsejnworb <https://github.com/repsejnworb>`_
        * `lithammer <https://github.com/lithammer>`_
        * `mstevens <https://github.com/mstevens>`_
        * `AWegnerGitHub <https://github.com/AWegnerGitHub>`_
        
Keywords: pytest,py.test,slack
Platform: UNKNOWN
Classifier: Framework :: Pytest
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
