MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / CaseResult

Class CaseResult

scripts/website/test_redirects.py:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48@dataclasses.dataclass
49class CaseResult:
50 case: Case
51 ok: bool
52 actual_status: int | None
53 actual_location: str | None
54 error: str | None = None
55
56
57REQUIRED_CASES = [

Callers 1

check_caseFunction · 0.85

Calls

no outgoing calls

Tested by 1

check_caseFunction · 0.68