saucelabs / forwarder

Forwarder is a production-ready, fast MITM proxy with PAC support. It's suitable for debugging, intercepting and manipulating HTTP traffic. It's used as a core component of Sauce Labs Sauce Connect Proxy.
https://forwarder-proxy.io
Mozilla Public License 2.0
221 stars 13 forks source link

martian: run unit tests on localhost #656

Closed Choraden closed 6 months ago

Choraden commented 8 months ago

Martian's tests use IPv6 [::] addresses in unit tests. This makes macOS to ask for permission every time the tests are run. Tests should use localhost whenever possible.