Skip to main content

Notification sounds for test pass and failure.

Project description

Pass, fail and trigger sounds for test driven development.

Intended for use when refactoring with tests to give you auditory feedback about passes, failures and triggered test runs.

To install:

$ apt-get install mplayer (or equivalent)
$ pip install kaching

Command line use:

$ kaching start
[ starting sound ]

$ kaching fail
[ failure sound ]

$ kaching win
[ passing test sound ]

Python API use:

>>> import kaching
>>> kaching.start()
[ starting sound ]

>>> kaching.fail()
[ failure sound ]

>>> kaching.win()
[ passing test sound ]

Kaching requires mplayer to be installed to make a sound although it won’t raise an exception / exit with status code > 0 if it isn’t.

Sounds taken from : http://soundfxnow.com/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kaching-0.4.tar.gz (594.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page