Files
graphtest/tests/unit_tests/test_configuration.py

10 lines
223 B
Python
Raw Normal View History

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