import pytest from langgraph.checkpoint.memory import InMemorySaver from graph_app import build_graph @pytest.fixture def compiled_graph(): return build_graph().compile(checkpointer=InMemorySaver())