refactoring
This commit is contained in:
parent
a7ffaeb18f
commit
13888524fb
@ -35,8 +35,7 @@ def test_pipeline(
|
||||
if core_operation is Nothing:
|
||||
pytest.skip(f"No operation defined for parameter combination: {item_type=}, {one_to_many=}")
|
||||
output = compose(llift(unpack), client_pipeline)(input_data_items, metadata)
|
||||
if n_items > 0:
|
||||
assert len(output) > 0
|
||||
assert n_items == 0 or len(output) > 0
|
||||
assert output == targets
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user