Allowed a port range for the liveserver by default.

This is required for running tests in parallel.
This commit is contained in:
Aymeric Augustin 2015-02-05 23:02:10 +01:00
parent e39dd61808
commit 326bc0955b
6 changed files with 23 additions and 9 deletions

View file

@ -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).')