MCPcopy Create free account
hub / github.com/assemblerflow/flowcraft / test_channels_setup_status

Function test_channels_setup_status

flowcraft/tests/test_processes.py:189–196  ·  view source on GitHub ↗
(process_wchannels)

Source from the content-addressed store, hash-verified

187
188
189def test_channels_setup_status(process_wchannels):
190
191 process_wchannels.status_channels = ["A", "B"]
192
193 process_wchannels.lane = 3
194 process_wchannels.set_channels(pid=1)
195
196 assert process_wchannels.status_strs == ["STATUS_A_3_1", "STATUS_B_3_1"]
197
198
199def test_update_main_fork_noprevious(process_wchannels):

Callers

nothing calls this directly

Calls 1

set_channelsMethod · 0.80

Tested by

no test coverage detected