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

Class A

tests/test_models.py:658–661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656
657def test_discriminated_unions_invalid_data() -> None:
658 class A(BaseModel):
659 type: Literal["a"]
660
661 data: str
662
663 class B(BaseModel):
664 type: Literal["b"]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected