ooni / minivpn

A minimalistic OpenVPN implementation in Go
GNU General Public License v3.0
36 stars 6 forks source link

refactor TunDialer_Dial tests to use custom dialers #28

Open ainghazal opened 1 year ago

ainghazal commented 1 year ago

after last refactor, Dialer is not set on the TunDialer anymore, so any dialer needs to be passed to the client (on the fields).

should test dialers that raise errors.