MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / testManagerConnection

Method testManagerConnection

src/Test/TestTor.py:20–21  ·  view source on GitHub ↗
(self, tor_manager)

Source from the content-addressed store, hash-verified

18 assert tor_manager.enabled
19
20 def testManagerConnection(self, tor_manager):
21 assert "250-version" in tor_manager.request("GETINFO version")
22
23 def testAddOnion(self, tor_manager):
24 # Add

Callers

nothing calls this directly

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected