fix: drop unused tests

This commit is contained in:
bracesproul
2025-01-26 15:38:55 -08:00
parent 8391bbcd25
commit 5fc6259d0d
3 changed files with 0 additions and 13 deletions
-1
View File
@@ -1 +0,0 @@
"""Define any integration tests you want in this directory."""
-11
View File
@@ -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
View File
@@ -1 +0,0 @@
"""Define any unit tests you may want in this directory."""