Also note that Django 1.6 will bring a better test discovery mechanism. See 
the full details at 
https://docs.djangoproject.com/en/dev/releases/1.6/#discovery-of-tests-in-any-test-module

Django 1.6 ships with a new test runner that allows more flexibility in the 
> location of tests. The previous runner (
> django.test.simple.DjangoTestSuiteRunner) found tests only in the 
> models.py and tests.py modules of a Python package 
> inINSTALLED_APPS<https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-INSTALLED_APPS>
> .
> The new runner (django.test.runner.DiscoverRunner) uses the test 
> discovery features built into unittest2 (the version of unittestin the 
> Python 2.7+ standard library, and bundled with Django). With test 
> discovery, tests can be located in any module whose name matches the 
> pattern test*.py.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to