test: reclassify response filter regressions

This commit is contained in:
Asuka Minato 2026-08-13 13:49:36 +09:00 committed by GitHub
parent 8b8031710b
commit 7737e5474f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
"""Integration coverage for Dify's ResponseStreamFilter boundary behavior."""
"""Unit coverage for Dify's in-memory ResponseStreamFilter boundary behavior."""
from core.workflow.workflow_entry import iter_dify_graph_engine_events
from graphon.graph_engine import GraphEngine, GraphEngineConfig

View File

@ -1,4 +1,4 @@
"""Regression test: if-else branch + human_input pause + downstream answer nodes.
"""In-memory regression test: if-else branch + human_input pause + downstream answer nodes.
Reproduces https://github.com/langgenius/dify/issues/38525 at the
iter_dify_graph_engine_events layer: without a restored ResponseStreamFilter,