Automatic Unit-testing with git

If you (like me) have always wanted to automatically run your unit tests before commiting your work to git the following steps might be of interest to you.
Let’s assume we have a small python app we want to automatically test on git-commit.
For this purpose i use “nose“, a python extension which recursively discovers all unit […]

Read the rest of Automatic Unit-testing with git

python-shoutcastfeed 0.1

At the moment i am developing a small application for recording online radio streams in python / pygtk and gstreamer. It can browse the Shoutcast yellowpages service (a list of all available stations). For that purpose i developed a small wrapper, which i call python-shoutcastfeed.
I am aware that there already exists a python class […]

Read the rest of python-shoutcastfeed 0.1