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