MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_url

Method get_url

python/python3/tornado/test/httpclient_test.py:819–820  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

817 self.server_ioloop.close(all_fds=True)
818
819 def get_url(self, path):
820 return "http://127.0.0.1:%d%s" % (self.port, path)
821
822 def test_sync_client(self):
823 response = self.http_client.fetch(self.get_url("/"))

Calls

no outgoing calls

Tested by

no test coverage detected