MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / test_empty

Function test_empty

tests/test_qs.py:10–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8
9
10def test_empty() -> None:
11 assert stringify({}) == ""
12 assert stringify({"a": {}}) == ""
13 assert stringify({"a": {"b": {"c": {}}}}) == ""
14
15
16def test_basic() -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected