We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e397392 commit fad6601Copy full SHA for fad6601
pyproject.toml
@@ -49,8 +49,11 @@ packages = ["src/a2a"]
49
testpaths = ["tests"]
50
python_files = "test_*.py"
51
python_functions = "test_*"
52
-addopts = "--cov=src --cov-config=.coveragerc --cov-report term --cov-report xml:coverage.xml --cov-branch"
+addopts = "-ra --strict-markers"
53
asyncio_mode = "strict"
54
+markers = [
55
+ "asyncio: mark a test as a coroutine that should be run by pytest-asyncio",
56
+]
57
58
[build-system]
59
requires = ["hatchling", "uv-dynamic-versioning"]
0 commit comments