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:
committed by
Tim Graham
parent
a02b5848ae
commit
42dcceba61
@@ -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
|
||||
~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user