Skip to content

Commit

Permalink
Use a range of ports for ui tests
Browse files Browse the repository at this point in the history
This way, if one fails and it's tearDown is never run, the next
LiveServerTestCase can still spin up with a new port
  • Loading branch information
maurizi committed Mar 10, 2014
1 parent 3f075bf commit 33a4710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -193,7 +193,7 @@ def uitest(test_filter="", coverage=False):
require('site_path')
require('venv_path')

_manage('test --live-server-tests '
_manage('test --live-server-tests --liveserver=localhost:9000-9200 '
'--settings=opentreemap.test_settings %s' % test_filter,
coverage=coverage)

Expand Down

0 comments on commit 33a4710

Please sign in to comment.