A py.test plugin that displays test results using native Mac OS X
notifications (NSUserNotification
). Works with Python 2.7 and 3.3+ on
Mountain Lion or better.
$ pip install pytest-osxnotify
$ py.test
$ virtualenv venv && . venv/bin/activate
$ pip install pytest -r requirements.txt
$ python setup.py install
$ venv/bin/py.test --traceconfig example_test.py -p pytest_osxnotify
$ git tag X.Y.Z -m "Release X.Y.Z"
$ git push --tags
$ python setup.py sdist upload -r pypi
- 0.1.7
- Tweaked the notification delay to ensure that success/error messages are displayed.
Daniel Bader – @dbader_org – mail@dbader.org
Distributed under the MIT license. See LICENSE
for more information.