mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Allowed a port range for the liveserver by default.
This is required for running tests in parallel.
This commit is contained in:
parent
e39dd61808
commit
326bc0955b
6 changed files with 23 additions and 9 deletions
|
@ -388,7 +388,7 @@ if __name__ == "__main__":
|
|||
parser.add_argument('--liveserver',
|
||||
help='Overrides the default address where the live server (used with '
|
||||
'LiveServerTestCase) is expected to run from. The default value '
|
||||
'is localhost:8081.')
|
||||
'is localhost:8081-8179.')
|
||||
parser.add_argument(
|
||||
'--selenium', action='store_true', dest='selenium', default=False,
|
||||
help='Run the Selenium tests as well (if Selenium is installed).')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue