diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2013-06-03 15:59:20 +0800 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2013-06-03 15:59:20 +0800 |
| commit | 164c67c831c0d71ff30e7a4d1c5f5e6ed0d2f178 (patch) | |
| tree | 3ed1c09b5ab5ff8a73907b5911edb720b33bb03b /docs | |
| parent | 51aa000378c00a442273f01142acdebc94dec68d (diff) | |
Fixed #20552 -- Corrected release notes reference to name of new test discovery runner.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 2dca61bfed..08a574f211 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -78,10 +78,10 @@ location of tests. The previous runner ``models.py`` and ``tests.py`` modules of a Python package in :setting:`INSTALLED_APPS`. -The new runner (``django.test.runner.DjangoTestDiscoverRunner``) uses the test -discovery features built into unittest2 (the version of unittest in 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``. +The new runner (``django.test.runner.DiscoverRunner``) uses the test discovery +features built into unittest2 (the version of unittest in 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``. In addition, the test labels provided to ``./manage.py test`` to nominate specific tests to run must now be full Python dotted paths (or directory |
