Revision ee0a4a93
Added by koszko over 1 year ago
test/haketilo_test/misc_constants.py | ||
---|---|---|
46 | 46 |
conf_settings[match.group(1).strip()] = match.group(2) |
47 | 47 |
|
48 | 48 |
default_proxy_host = '127.0.0.1' |
49 |
default_proxy_port = 1337 |
|
50 | 49 |
|
51 | 50 |
default_cert_dir = Path.cwd() / 'certs' |
52 | 51 |
|
Also available in: Unified diff
automatically pick up a free port to run the HTTP proxy on
It is now possible to run multiple
make test
commands in parallel (e.g. testing abrowser and librewolf simultaneously after runningconfigure
for each of them in 2 different directories).