Metadata-Version: 1.2
Name: pytest_notify
Version: 0.1.4
Summary: Get notifications when your tests ends
Home-page: https://github.com/Shir0kamii/pytest_notify
License: UNKNOWN
Author: Alexandre Bonnetain
Author-email: alexandrebonnetain@gmail.com
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: pytest>=3.0.0

=============
pytest-notify
=============

.. image:: https://travis-ci.org/Shir0kamii/pytest-notify.svg?branch=master
    :target: https://travis-ci.org/Shir0kamii/pytest-notify
    :alt: See Build Status on Travis CI

Get notifications when your tests ends

Simply install it and each time a pytest invocation ends, you'll receive a
desktop notification.

The installation is pretty simple::

    $ pip install pytest-notify


License
-------

Distributed under the terms of the `MIT`_ license, "pytest-notify" is free and open source software


Issues
------

If you encounter any problems, please `file an issue`_ along with a detailed description.

----

This `Pytest`_ plugin was generated with `Cookiecutter`_ along with `@hackebrot`_'s `Cookiecutter-pytest-plugin`_ template.

