branches with status:
Name Status Last Modified Last Commit
lp:~the-test-people/selenium-simple-test/internal 1 Development 2014-11-06 16:03:53 UTC
528. Fix the CI script so that it doesn't ...

Author: Peter Russell
Revision Date: 2014-11-06 16:03:53 UTC

Fix the CI script so that it doesn't terminate immediately after running Flake8

lp:~the-test-people/selenium-simple-test/windows-fixes bug(Has a merge proposal) 1 Development 2014-03-02 18:45:29 UTC
446. When trying to detect if Django is ru...

Author: Peter Russell
Revision Date: 2014-02-25 15:26:23 UTC

When trying to detect if Django is running, don't set SO_REUSEADDR on Windows.

Setting SO_REUSEADDR on a socket on Windows, allows the port to be reused
as well, meaning that it's not a good way of detecting if the port is in
use. But Windows allows binding even when the port is in the wait state,
so we don't need it anyway.

12 of 2 results