phase 3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"""Tests for the LangGraph detection pipeline."""
|
||||
"""Tests for the detection pipeline runner."""
|
||||
|
||||
import os
|
||||
|
||||
@@ -33,9 +33,9 @@ def test_graph_compiles():
|
||||
|
||||
|
||||
def test_graph_has_all_nodes():
|
||||
graph = build_graph()
|
||||
runner = build_graph()
|
||||
for node in NODES:
|
||||
assert node in graph.nodes
|
||||
assert node in runner.stage_sequence
|
||||
|
||||
|
||||
@requires_inference
|
||||
|
||||
Reference in New Issue
Block a user