diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-02-05 20:31:02 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2015-09-09 23:01:10 +0200 |
| commit | cd9fcd4e8073490a52c9e79133ada4661cb7db38 (patch) | |
| tree | 12afd13891c40a6cf367b7ed73f73ba896b2d1bc /docs/releases | |
| parent | acb833081dd3abca3bc62753103690f23fb3f0ec (diff) | |
Implemented a parallel test runner.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.9.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 366e1ac934..ba0402712d 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -125,6 +125,12 @@ degradation. .. _YUI's A-grade: https://github.com/yui/yui3/wiki/Graded-Browser-Support +Running tests in parallel +~~~~~~~~~~~~~~~~~~~~~~~~~ + +The :djadmin:`test` command now supports a :djadminopt:`--parallel` option to +run a project's tests in multiple processes in parallel. + Minor features ~~~~~~~~~~~~~~ |
