mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.
This commit is contained in:
parent
b5a1c3a6f5
commit
81cdcb66bc
9 changed files with 32 additions and 215 deletions
|
@ -1227,12 +1227,6 @@ Stops running tests and reports the failure immediately after a test fails.
|
|||
Controls the test runner class that is used to execute tests. This value
|
||||
overrides the value provided by the :setting:`TEST_RUNNER` setting.
|
||||
|
||||
.. django-admin-option:: --liveserver LIVESERVER
|
||||
|
||||
Overrides the default address where the live server (used with
|
||||
:class:`~django.test.LiveServerTestCase`) is expected to run from. The default
|
||||
value is ``localhost:8081-8179``.
|
||||
|
||||
.. django-admin-option:: --noinput, --no-input
|
||||
|
||||
Suppresses all user prompts. A typical prompt is a warning about deleting an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue