MCPcopy Create free account
hub / github.com/FastLED/FastLED / TestCase

Class TestCase

ci/test_rpc_edge_cases.py:24–32  ·  view source on GitHub ↗

Test case for RPC response handling.

Source from the content-addressed store, hash-verified

22
23@dataclass
24class TestCase:
25 """Test case for RPC response handling."""
26
27 name: str
28 json_response: str
29 expected_success: bool
30 expected_data_type: type
31 expected_data: Any
32 should_raise: type[Exception] | None = None # Exception type if should raise
33
34
35# =============================================================================

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected