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

Function test_simple_list

tests/test_deepcopy.py:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30
31def test_simple_list() -> None:
32 obj1 = ["a", "b", "c"]
33 obj2 = deepcopy_minimal(obj1)
34 assert_different_identities(obj1, obj2)
35
36
37def test_nested_list() -> None:

Callers

nothing calls this directly

Calls 2

deepcopy_minimalFunction · 0.90

Tested by

no test coverage detected