All skills
Skillintermediate
Workflow Graph Engine Smoke Tests
This directory now keeps only a small Dify-owned smoke layer around the external `graphon` package.
Claude Code Knowledge Pack7/10/2026
Overview
Workflow Graph Engine Smoke Tests
This directory now keeps only a small Dify-owned smoke layer around the external
graphon package.
Retained coverage focuses on:
- Dify workflow layers:
layers/test_llm_quota.pylayers/test_observability.py
- Human-input resume integration:
test_parallel_human_input_join_resume.py
- One mocked tool/chatflow smoke path:
test_tool_in_chatflow.py
The helper modules below remain only because the retained smoke tests use them:
test_mock_config.pytest_mock_factory.pytest_mock_nodes.pytest_table_runner.py
Examples:
uv run --project api --dev pytest api/tests/unit_tests/core/workflow/graph_engine/layers/test_llm_quota.py
uv run --project api --dev pytest api/tests/unit_tests/core/workflow/graph_engine/layers/test_observability.py
uv run --project api --dev pytest api/tests/unit_tests/core/workflow/graph_engine/test_parallel_human_input_join_resume.py
uv run --project api --dev pytest api/tests/unit_tests/core/workflow/graph_engine/test_tool_in_chatflow.py