MCPcopy Index your code
hub / github.com/github/copilot-sdk / test_is_external_server_true

Method test_is_external_server_true

python/test_client.py:867–869  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

865 CopilotClient(connection=RuntimeConnection.for_uri("localhost:-1"))
866
867 def test_is_external_server_true(self):
868 client = CopilotClient(connection=RuntimeConnection.for_uri("localhost:8080"))
869 assert client._is_external_server
870
871
872class TestSessionFsConfig:

Callers

nothing calls this directly

Calls 2

CopilotClientClass · 0.90
for_uriMethod · 0.80

Tested by

no test coverage detected