~the-test-people/selenium-simple-test/windows-fixes

  • Committer: Peter Russell
  • Date: 2014-02-25 15:26:23 UTC
  • Revision ID: peter.russell@thetestpeople.com-20140225152623-kta9riezp9uo7fcr
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.
Filename Latest Rev Last Changed Committer Comment Size
..
docs 92 13 years ago Corey Goldberg added '/docs' directory and moved documentation Diff
examples 131.1.8 12 years ago Michael Foord Move examples back out of the sst package Diff
src 1 13 years ago Michael Foord initial commit Diff
.bzrignore 357.1.1 11 years ago Corey Goldberg added tox.ini with unit and acceptance configs 175 bytes Diff Download File
ci.ps1 441 10 years ago Peter Russell Add a CI script for Windows, and fix running of Dj 1.9 KB Diff Download File
File ci.sh 439 10 years ago Peter Russell Don't rely on shebang lines working in the virtual 2.9 KB Diff Download File
MANIFEST.in 429 10 years ago Corey Goldberg final 0.24 278 bytes Diff Download File
README 430.1.6 10 years ago Corey Goldberg trimmed down README 1.6 KB Diff Download File
requirements.txt 405.1.21 10 years ago Corey Goldberg added subunit dependency and removed bzrlib deps 43 bytes Diff Download File
setup.cfg 131.1.6 12 years ago Michael Foord Initial checkin of setup.py and related 27 bytes Diff Download File
setup.py 408.1.2 10 years ago Vincent Ladeuil Split sst-test into its own script. This reveals b 2.6 KB Diff Download File
File sst-remote 393.3.31 10 years ago Vincent Ladeuil No need to restrict condition to apply to test ids 366 bytes Diff Download File
File sst-run 406.1.4 10 years ago Corey Goldberg add unit test for exit code 408 bytes Diff Download File
File sst-test 408.1.2 10 years ago Vincent Ladeuil Split sst-test into its own script. This reveals b 410 bytes Diff Download File
test-loader.TODO 393.3.70 10 years ago Vincent Ladeuil Cleanup tests and TODO. 134 bytes Diff Download File
tox-acceptance.ini 405.1.64 10 years ago Vincent Ladeuil Merge trunk 680 bytes Diff Download File
tox.ini 434.1.3 10 years ago Corey Goldberg removed quiet option from self test invocation via 540 bytes Diff Download File