1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #26942 -- Added support for subtests during parallel testing.

This commit is contained in:
Chris Jerdonek
2016-08-11 03:47:12 -07:00
committed by Tim Graham
parent a02b5848ae
commit 42dcceba61
3 changed files with 105 additions and 4 deletions

View File

@@ -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
~~~~