imobIA / tests /unit_tests /test_configuration.py
Oliveira-juliano's picture
feat:first commit
75a31c0
raw
history blame contribute delete
223 Bytes
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)