Metadata-Version: 1.1
Name: loud
Version: 0.1.2
Summary: Nose plugin for sound notification
Home-page: http://github.com/kusut/loud
Author: kusut
Author-email: kusut@dahsy.at
License: MIT
Description: ================
        Loud
        ================
        
        This nose plugin lets you play sound when running your test. Current version
        only plays audio files on two instances, when you pass the test, or not (no
        option to play sound at individual error/failure).
        
        Loud will use these media players to play audio files:
        
        - Linux/BSD: mpg123
        - Mac OS: afplay
        - Windows: wmplayer
        
        Use option --perfect and/or --fail::
        
           $ nosetests --perfect ~/godlike.wav
           $ nosetests --fail ~/combo_breaker.wav
           $ nosetests --perfect ~/guilestheme.mp3 --fail ~/yaketysax.mp3
        
        
        
Keywords: nose plugin testing audio
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
Classifier: License :: OSI Approved :: MIT License
