ooni-probe-cli/internal/engine/tunnel
Simone Basso 6aa2551c43
urlgetter: fix tunnel test (#299)
* urlgetter: fix tunnel test

This diff fixes the urlgetter test suite to make sure we
are correctly testing for tunnel creation.

While there, improve the way in which we create a testing
directory and add a test for that.

Part of https://github.com/ooni/probe/issues/985.

* fix comment

* fix comment
2021-04-05 18:25:43 +02:00
..
testdata feat(tunnel): introduce persistent tunnel state dir (#294) 2021-04-05 11:27:41 +02:00
config.go feat(tunnel): implement the fake tunnel (#298) 2021-04-05 17:41:15 +02:00
fake_integration_test.go feat(tunnel): implement the fake tunnel (#298) 2021-04-05 17:41:15 +02:00
fake_test.go urlgetter: fix tunnel test (#299) 2021-04-05 18:25:43 +02:00
fake.go urlgetter: fix tunnel test (#299) 2021-04-05 18:25:43 +02:00
psiphon_integration_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
psiphon_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
psiphon.go refactor(tunnel): remove nil tunnels hack (#296) 2021-04-05 16:08:16 +02:00
tor_integration_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
tor_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
tor.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
tunnel_test.go feat(tunnel): improve the test suite (#297) 2021-04-05 16:38:25 +02:00
tunnel.go feat(tunnel): implement the fake tunnel (#298) 2021-04-05 17:41:15 +02:00