Files
graphtest/tests/unit_tests/test_configuration.py
William Fu-Hinthorn 6627a2a05f Simplify the boilerplate
Signed-off-by: William Fu-Hinthorn <13333726+hinthornw@users.noreply.github.com>
2025-05-08 13:48:44 -07:00

10 lines
223 B
Python

from langgraph.pregel import Pregel
from agent.graph import graph
def test_placeholder() -> None:
# TODO: You can add actual unit tests
# for your graph and other logic here.
assert isinstance(graph, Pregel)