mirror of
https://github.com/langchain-ai/agent-inbox-langgraph-example.git
synced 2026-07-01 20:44:06 -04:00
fix: drop unused tests
This commit is contained in:
@@ -1 +0,0 @@
|
||||
"""Define any integration tests you want in this directory."""
|
||||
@@ -1,11 +0,0 @@
|
||||
import pytest
|
||||
from langsmith import unit
|
||||
|
||||
from agent import graph
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@unit
|
||||
async def test_agent_simple_passthrough() -> None:
|
||||
res = await graph.ainvoke({"changeme": "some_val"})
|
||||
assert res is not None
|
||||
@@ -1 +0,0 @@
|
||||
"""Define any unit tests you may want in this directory."""
|
||||
Reference in New Issue
Block a user