UncleBob 0.4.0

UncleBob is a simple Django app that allows you to write per-app tests within these paths:- < appname >/tests/unit/test*.py - for unit tests- < appname >/tests/functional/test*.py - for functional tests- < appname >/tests/integration/test*.py - for...