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

Function test_init_raw_inputs_single

flowcraft/tests/test_processes.py:277–284  ·  view source on GitHub ↗
(mock_init)

Source from the content-addressed store, hash-verified

275
276
277def test_init_raw_inputs_single(mock_init):
278
279 mock_init.set_raw_inputs({"fasta": {"channel": "rawChannel",
280 "raw_forks": ["A"],
281 "channel_str": "rawChannel.Channel"}})
282
283 assert [mock_init.forks, mock_init._context["main_inputs"]] == \
284 [["\nrawChannel.set{ A }\n"], "rawChannel.Channel"]
285
286
287def test_init_raw_inputs_multi_forks(mock_init):

Callers

nothing calls this directly

Calls 1

set_raw_inputsMethod · 0.80

Tested by

no test coverage detected