MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / TestCase

Class TestCase

examples/API Test/test_api.py:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177@dataclass
178class TestCase:
179 name: str
180 result: TestResult
181 message: str = ""
182 duration_ms: float = 0.0
183
184
185class TestSuite:

Callers 1

_recordFunction · 0.85

Calls

no outgoing calls

Tested by 1

_recordFunction · 0.68