(self)
| 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 | |
| 872 | class TestSessionFsConfig: |
nothing calls this directly
no test coverage detected