mirror of https://github.com/django/django.git
[1.6.x] Fixed #22454 - Changed compatibility warning hint for test runner.
Backport of 214d1e1b0f
from master
This commit is contained in:
parent
e093060823
commit
fa60ac76c0
|
@ -18,7 +18,7 @@ def check_test_runner():
|
||||||
message = [
|
message = [
|
||||||
"Django 1.6 introduced a new default test runner ('%s')" % new_default,
|
"Django 1.6 introduced a new default test runner ('%s')" % new_default,
|
||||||
"You should ensure your tests are all running & behaving as expected. See",
|
"You should ensure your tests are all running & behaving as expected. See",
|
||||||
"https://docs.djangoproject.com/en/dev/releases/1.6/#discovery-of-tests-in-any-test-module",
|
"https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner",
|
||||||
"for more information.",
|
"for more information.",
|
||||||
]
|
]
|
||||||
return ' '.join(message)
|
return ' '.join(message)
|
||||||
|
|
Loading…
Reference in New Issue