If I run the following command:
>python manage.py test
Django looks at tests.py in my application, and runs any doctests or unit tests in th
Use django-nose since nose automatically find all tests recursivelly.