mirror of
https://github.com/pocketpaw/pocketpaw.git
synced 2026-05-13 21:21:53 +00:00
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:
@@ -334,3 +334,4 @@ dev = [
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
asyncio_mode = "auto"
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user