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.0.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.0.txt')
| -rw-r--r-- | docs/releases/3.0.txt | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 4dfb6aae5a..eb043710c1 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -362,14 +362,8 @@ Tests references, and entity references that refer to the same character as equivalent. -* Django test runner now supports headless mode for selenium tests on supported - browsers. Add the ``--headless`` option to enable this mode. - -* Django test runner now supports ``--start-at`` and ``--start-after`` options - to run tests starting from a specific top-level module. - -* Django test runner now supports a ``--pdb`` option to spawn a debugger at - each error or failure. +* :class:`~django.test.runner.DiscoverRunner` can now spawn a debugger at each + error or failure using the :option:`test --pdb` option. .. _backwards-incompatible-3.0: |
