Fixed #31370 -- Added support for parallel tests with --buffer.

This commit is contained in:
Adam Johnson 2021-03-16 12:45:53 +00:00 committed by Mariusz Felisiak
parent e3bca22e7e
commit f6713cda89
3 changed files with 17 additions and 19 deletions

View file

@ -258,6 +258,9 @@ Tests
serialized to allow usage of the
:ref:`serialized_rollback <test-case-serialized-rollback>` feature.
* Django test runner now supports a :option:`--buffer <test --buffer>` option
with parallel tests.
URLs
~~~~