summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2016-08-11 03:47:12 -0700
committerTim Graham <timograham@gmail.com>2016-08-26 14:24:27 -0400
commit42dcceba614081966dfb5f236ae1b6fe78f31683 (patch)
treee928f493f89befd48da83178fa3b1cf6ad86d209 /docs
parenta02b5848ae6025ad3ef12cf6646ffd3e82a66067 (diff)
Fixed #26942 -- Added support for subtests during parallel testing.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 498b3ee09f..c8282f70d6 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -313,6 +313,9 @@ Tests
``django.test.runner``) and :func:`~django.test.utils.teardown_databases`
functions make it easier to build custom test runners.
+* Added support for :meth:`python:unittest.TestCase.subTest`’s when using the
+ :option:`test --parallel` option.
+
URLs
~~~~