Skip to content

Commit 10d8287

Browse files
jer96jer
authored andcommitted
refactor(a2a): move a2a test module (#379)
Co-authored-by: jer <jerebill@amazon.com>
1 parent 65c09b3 commit 10d8287

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ features = ["dev", "docs", "anthropic", "litellm", "llamaapi", "ollama", "a2a"]
143143

144144
[tool.hatch.envs.a2a.scripts]
145145
run = [
146-
"pytest{env:HATCH_TEST_ARGS:} tests/multiagent/a2a {args}"
146+
"pytest{env:HATCH_TEST_ARGS:} tests/strands/multiagent/a2a {args}"
147147
]
148148
run-cov = [
149-
"pytest{env:HATCH_TEST_ARGS:} tests/multiagent/a2a --cov --cov-config=pyproject.toml {args}"
149+
"pytest{env:HATCH_TEST_ARGS:} tests/strands/multiagent/a2a --cov --cov-config=pyproject.toml {args}"
150150
]
151151
lint-check = [
152152
"ruff check",
@@ -159,11 +159,11 @@ python = ["3.13", "3.12", "3.11", "3.10"]
159159
[tool.hatch.envs.hatch-test.scripts]
160160
run = [
161161
# excluding due to A2A and OTEL http exporter dependency conflict
162-
"pytest{env:HATCH_TEST_ARGS:} {args} --ignore=tests/multiagent/a2a"
162+
"pytest{env:HATCH_TEST_ARGS:} {args} --ignore=tests/strands/multiagent/a2a"
163163
]
164164
run-cov = [
165165
# excluding due to A2A and OTEL http exporter dependency conflict
166-
"pytest{env:HATCH_TEST_ARGS:} --cov --cov-config=pyproject.toml {args} --ignore=tests/multiagent/a2a"
166+
"pytest{env:HATCH_TEST_ARGS:} --cov --cov-config=pyproject.toml {args} --ignore=tests/strands/multiagent/a2a"
167167
]
168168

169169
cov-combine = []
@@ -285,4 +285,4 @@ style = [
285285
["instruction", ""],
286286
["text", ""],
287287
["disabled", "fg:#858585 italic"]
288-
]
288+
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)