From 61778bc799d147bee8c01f36a7b90e53076b4efd Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Wed, 16 Dec 2020 11:05:51 -0500 Subject: [PATCH] Duplicate of allmydata.test.test_tor_provider.CreateOnion.test_launch --- src/allmydata/test/test_connections.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/allmydata/test/test_connections.py b/src/allmydata/test/test_connections.py index 6e4a84e5e..22ad4a4ca 100644 --- a/src/allmydata/test/test_connections.py +++ b/src/allmydata/test/test_connections.py @@ -103,9 +103,6 @@ class Tor(unittest.TestCase): cfs.assert_called_with(reactor, "ep_desc") self.assertIs(cep, tcep) - def test_launch(self): - self._do_test_launch(None) - def test_launch_executable(self): self._do_test_launch("/special/tor")