Refactored JsonViewer

This commit is contained in:
2025-08-27 23:06:12 +02:00
parent 765c715d63
commit eb8d6a99a2
4 changed files with 393 additions and 253 deletions

View File

@@ -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)