chore: rename smoke test script and add testpaths to pytest config

Rename scripts/test_a2a_live.py to scripts/a2a_smoke_test.py to
prevent pytest from collecting it as a test file. Add testpaths =
["tests"] to pyproject.toml to restrict test discovery.
This commit is contained in:
Rohit Kushwaha
2026-03-18 23:13:59 +05:30
parent aee5a88fb0
commit de9105275c
2 changed files with 1 additions and 0 deletions

View File

@@ -334,3 +334,4 @@ dev = [
[tool.pytest.ini_options]
asyncio_mode = "auto"
testpaths = ["tests"]