diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2016-08-11 03:47:12 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-08-26 14:24:27 -0400 |
| commit | 42dcceba614081966dfb5f236ae1b6fe78f31683 (patch) | |
| tree | e928f493f89befd48da83178fa3b1cf6ad86d209 /docs | |
| parent | a02b5848ae6025ad3ef12cf6646ffd3e82a66067 (diff) | |
Fixed #26942 -- Added support for subtests during parallel testing.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.txt | 3 |
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 ~~~~ |
