Add manual SDK tests (#4555)

This commit is contained in:
Stanislav Novosad
2026-01-26 15:43:53 -07:00
committed by GitHub
parent a43b3ae3cc
commit 72b9fe960f
19 changed files with 3037 additions and 1 deletions

View File

@@ -202,4 +202,4 @@ plugins = "sqlalchemy.ext.mypy.plugin"
skyvern = "skyvern.cli.commands:cli_app"
[tool.pytest.ini_options]
norecursedirs = ["eval"]
norecursedirs = ["eval", "tests/sdk"]