All Projects → ratson → pytest-notifier

ratson / pytest-notifier

Licence: other
A pytest plugin to notify test result on Linux and OS X.

Programming Languages

python
139335 projects - #7 most used programming language

pytest-notifier

Latest PyPI version

A pytest plugin to notify test result on Linux and OS X.

Requirements

Linux

Make sure notify-send is exists in $PATH, which comes from libnotify.

OS X

OS X 10.8 and higher is required.

Optionally, you could install terminal-notifier to avoid Script Editor being opened when notification icon is clicked.

Installation

You can install pytest-notifier via pip from PyPI:

$ pip install pytest-notifier

Usage

Once installed, notification will be shown after each test run.

By using with pytest-watch, you can get continous feedback during development:

$ ptw

You can use --notifier-off flag to disable notification:

$ pytest --notifier-off

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].