Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
178
class
TestCase:
179
name: str
180
result: TestResult
181
message: str =
""
182
duration_ms: float = 0.0
183
184
185
class
TestSuite:
Callers
1
_record
Function · 0.85
Calls
no outgoing calls
Tested by
1
_record
Function · 0.68