diff options
| author | Tim Graham <timograham@gmail.com> | 2024-02-05 07:18:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-05 09:18:53 -0300 |
| commit | d70b79c6b90c8a9657c6bf7f6eca6f3f9424bb45 (patch) | |
| tree | 5b0034baa6d54ed90ae309a6d7c7c488c9c20eca /docs/releases/3.1.txt | |
| parent | 02a600ff67f7b106cdcab22310bacea98c1a26ba (diff) | |
Replaced "Django test runner" with DiscoverRunner in release notes.
Removed mention of options supported only by runtests.py.
Diffstat (limited to 'docs/releases/3.1.txt')
| -rw-r--r-- | docs/releases/3.1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index 0b13fc37d2..a872326200 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -475,8 +475,8 @@ Tests * The new :setting:`MIGRATE <TEST_MIGRATE>` test database setting allows disabling of migrations during a test database creation. -* Django test runner now supports a :option:`test --buffer` option to discard - output for passing tests. +* :class:`~django.test.runner.DiscoverRunner` can now discard output for + passing tests using the :option:`test --buffer` option. * :class:`~django.test.runner.DiscoverRunner` now skips running the system checks on databases not :ref:`referenced by tests<testing-multi-db>`. |
