Refactored JsonViewer
This commit is contained in:
@@ -73,6 +73,7 @@ def test_run_simple_workflow(engine):
|
||||
assert result == [1, 2, 3]
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Not yet implemented")
|
||||
def test_process_single_item(engine):
|
||||
"""Test the internal _process_single_item method."""
|
||||
mock_processor = MagicMock(spec=DataProcessor)
|
||||
|
||||
Reference in New Issue
Block a user