Metadata-Version: 2.0
Name: pytest-notifier
Version: 0.1
Summary: A pytest plugin to notify test result
Home-page: https://github.com/ratson/pytest-notifier
Author: Ratson
Author-email: contact@ratson.name
License: UNKNOWN
Keywords: pytest,pytest-,osx,notifications,notifier,notificationcenter,py.test,terminal-notifier
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: pytest

pytest-notifier
===============

.. image:: https://img.shields.io/pypi/v/pytest-notifier.svg
    :target: https://pypi.python.org/pypi/pytest-notifier
    :alt: Latest PyPI version

A `pytest`_ plugin to notify test result on OS X.


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

Must meet ONE of the following requirements: 

* `terminal-notifier`_
* OS X Mountain Lion or later


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

You can install "pytest-notifier" via `pip`_ from `PyPI`_::

    $ pip install pytest-notifier


Licence
-------

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


Issues
------

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

.. _`file an issue`: https://github.com/ratson/pytest-notifier/issues
.. _`MIT`: http://opensource.org/licenses/MIT
.. _`pip`: https://pypi.python.org/pypi/pip/
.. _`PyPI`: https://pypi.python.org/pypi
.. _`pytest`: https://github.com/pytest-dev/pytest
.. _`terminal-notifier`: https://github.com/julienXX/terminal-notifier


