MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / test_copy

Method test_copy

tests/test_client.py:857–859  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

855 assert response.json() == {"foo": "bar"}
856
857 def test_copy(self) -> None:
858 copied = self.client.copy()
859 assert id(copied) != id(self.client)
860
861 def test_copy_default_options(self) -> None:
862 # options that have a default are overridden correctly

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected