Metadata-Version: 1.1
Name: nose-audio
Version: 0.3
Summary: Add audio to your test suite
Home-page: http://github.com/ralphbean/nose-audio/
Author: Ralph Bean
Author-email: rbean@redhat.com
License: LGPLv2+
Description: 
        
        Add audio to your test suite.
        
        Simply ``$ pip install nose-audio`` and your ``nosetests`` come alive!
        
        Options
        -------
        
        - ``--no-audio``
          Turn off musical tests; disable the plugin.
        - ``--audio-busy``
          The path to an audio file to play while tests are running.
        - ``--audio-success``
          The path to an audio file to play when tests succeed.
        - ``--audio-failure``
          Ruh-roh.  Path to an audio file to play when tests fail.
        
        Those options can also be set in a ``setup.cfg`` file::
        
            [nosetests]
            audio-busy='~/music/alt/elevator.ogg'
            audio-success='~/music/alt/yes.wav'
            audio-failure='~/music/alt/sad-trombone.wav'
        
        License
        -------
        
        .. note:: This tarball includes audio assets for which the author does not
           hold copyright.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
