Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ add_result
Method
add_result
examples/API Test/test_api.py:190–191 ·
view source on GitHub ↗
(self, test: TestCase)
Source
from the content-addressed store, hash-verified
188
self.tests: list[TestCase] = []
189
190
def
add_result(self, test: TestCase):
191
self.tests.append(test)
192
193
@property
194
def
passed(self) -> int:
Callers
1
_record
Function · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected