From 42dcceba614081966dfb5f236ae1b6fe78f31683 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Thu, 11 Aug 2016 03:47:12 -0700 Subject: Fixed #26942 -- Added support for subtests during parallel testing. --- docs/releases/1.11.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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 ~~~~ -- cgit v1.3