MCPcopy 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

_recordFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected