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

Function _feed

tests/integration/test_change_driven_transforms.py:147–151  ·  view source on GitHub ↗
(device_simulator, rows)

Source from the content-addressed store, hash-verified

145
146
147def _feed(device_simulator, rows):
148 for row in rows:
149 device_simulator.send_frame((row + "\n").encode())
150 time.sleep(0.02)
151 time.sleep(0.3)
152
153
154@pytest.mark.integration

Callers 3

_runMethod · 0.70
test_live_toggleMethod · 0.70

Calls 1

send_frameMethod · 0.45

Tested by

no test coverage detected