mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-06 17:57:49 +02:00
reformat
This commit is contained in:
committed by
Nuno Campos
parent
f9cdfd3ac4
commit
7cabc0a3dc
@@ -14943,6 +14943,7 @@ def test_command_with_static_breakpoints(
|
||||
result = graph.invoke(Command(resume="node1"), config)
|
||||
assert result == {"foo": "abc|node-1|node-2"}
|
||||
|
||||
|
||||
@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC)
|
||||
def test_multistep_plan(request: pytest.FixtureRequest, checkpointer_name: str):
|
||||
from langchain_core.messages import AnyMessage
|
||||
|
||||
Reference in New Issue
Block a user