Colin Watson
4a4531d866
skip tests if an upstream HTTP proxy is set
shadowsocks-libev doesn't support connecting through an upstream HTTP
proxy, so if the test environment requires that then there's nothing we can
do. (In future it might be possible to set up a local server to avoid this
problem.)
6 years ago
Roger Shimizu
44c557c170
Update config under tests/ folder
Fix tests by using "local" setting instead of "local_address" in config.
This is mentioned in:
- https://github.com/shadowsocks/shadowsocks-libev/issues/247
6 years ago
Roger Shimizu
1637ff6127
tests: Change the port to listen from 8388 to 8389
8388 is already taken by default config, so for test suites it's
better to choose a different port.
7 years ago
Roger Shimizu
fc11e6ae8a
tests: run tests binary either in src/ folder or system
7 years ago
Roger Shimizu
ad76fd526e
tests: Add param --bin to specify the binrary path
Default is to use the system installed version, in $PATH.
7 years ago
Roger Shimizu
7c38284334
tests: Update default dns setting in tests
Set default dns to 8.8.8.8 for tests/test.py
7 years ago
Max Lv
f3c3080b94
Fix #1782
7 years ago