From 04c957472505d7101dac1444cc21c124675bde0e Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 20:57:59 -0500
Subject: [PATCH 1/9] spelling: engines
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
.../code_executors/test_agent_engine_sandbox_code_executor.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unittests/code_executors/test_agent_engine_sandbox_code_executor.py b/tests/unittests/code_executors/test_agent_engine_sandbox_code_executor.py
index b1f922952a..dae74464b4 100644
--- a/tests/unittests/code_executors/test_agent_engine_sandbox_code_executor.py
+++ b/tests/unittests/code_executors/test_agent_engine_sandbox_code_executor.py
@@ -46,7 +46,7 @@ def test_init_with_sandbox_overrides_throws_error(self):
"""Tests that class attributes can be overridden at instantiation."""
with pytest.raises(ValueError):
AgentEngineSandboxCodeExecutor(
- sandbox_resource_name="projects/123/locations/us-central1/reasoningEgines/456/sandboxes/789",
+ sandbox_resource_name="projects/123/locations/us-central1/reasoningEngines/456/sandboxes/789",
)
def test_init_with_agent_engine_overrides_throws_error(self):
From 4cdd75681a7ce8078af8a6488b2bbc6a0cc46e24 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 21:01:03 -0500
Subject: [PATCH 2/9] spelling: evaluate
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
...lute_agent_in_fixture.py => test_evaluate_agent_in_fixture.py} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename tests/integration/{test_evalute_agent_in_fixture.py => test_evaluate_agent_in_fixture.py} (100%)
diff --git a/tests/integration/test_evalute_agent_in_fixture.py b/tests/integration/test_evaluate_agent_in_fixture.py
similarity index 100%
rename from tests/integration/test_evalute_agent_in_fixture.py
rename to tests/integration/test_evaluate_agent_in_fixture.py
From 181ba932dbb6a634aedacc827e1342c04ef58d6c Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 21:10:45 -0500
Subject: [PATCH 3/9] spelling: identify
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
.../trip_planner_agent/trip_inquiry_multi_turn.test.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/integration/fixture/trip_planner_agent/trip_inquiry_multi_turn.test.json b/tests/integration/fixture/trip_planner_agent/trip_inquiry_multi_turn.test.json
index 610f5a3efd..4b8c7b8ef8 100644
--- a/tests/integration/fixture/trip_planner_agent/trip_inquiry_multi_turn.test.json
+++ b/tests/integration/fixture/trip_planner_agent/trip_inquiry_multi_turn.test.json
@@ -89,7 +89,7 @@
{
"id": null,
"args": {
- "agent_name": "indentify_agent"
+ "agent_name": "identify_agent"
},
"name": "transfer_to_agent"
}
From 1d1854c7a234996cb9276ad1fb3bf0ab327358ee Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 21:11:01 -0500
Subject: [PATCH 4/9] spelling: indeterminately
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
tests/unittests/telemetry/test_functional.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unittests/telemetry/test_functional.py b/tests/unittests/telemetry/test_functional.py
index f3b29c54fe..409571ad1f 100644
--- a/tests/unittests/telemetry/test_functional.py
+++ b/tests/unittests/telemetry/test_functional.py
@@ -93,7 +93,7 @@ async def test_tracer_start_as_current_span(
Additionally tests if each async generator invoked is wrapped in Aclosing.
This is necessary because instrumentation utilizes contextvars, which ran into "ContextVar was created in a different Context" errors,
- when a given coroutine gets indeterminitely suspended.
+ when a given coroutine gets indeterminately suspended.
"""
firstiter, finalizer = sys.get_asyncgen_hooks()
From 9409b1d3bde778993b0291f3217a9c5228deff18 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 19:38:39 -0500
Subject: [PATCH 5/9] spelling: nonexistent
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
tests/unittests/cli/test_fast_api.py | 2 +-
tests/unittests/cli/utils/test_agent_loader.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/unittests/cli/test_fast_api.py b/tests/unittests/cli/test_fast_api.py
index f4a84179be..f0b6c89e7e 100755
--- a/tests/unittests/cli/test_fast_api.py
+++ b/tests/unittests/cli/test_fast_api.py
@@ -700,7 +700,7 @@ def test_update_session(test_app, create_test_session):
def test_patch_session_not_found(test_app, test_session_info):
- """Test patching a non-existent session."""
+ """Test patching a nonexistent session."""
info = test_session_info
url = f"/apps/{info['app_name']}/users/{info['user_id']}/sessions/nonexistent"
diff --git a/tests/unittests/cli/utils/test_agent_loader.py b/tests/unittests/cli/utils/test_agent_loader.py
index c314329631..5c66160aed 100644
--- a/tests/unittests/cli/utils/test_agent_loader.py
+++ b/tests/unittests/cli/utils/test_agent_loader.py
@@ -731,7 +731,7 @@ def test_special_agent_not_found_error(self):
loader = AgentLoader(str(regular_agents_dir))
- # Try to load non-existent special agent
+ # Try to load nonexistent special agent
with pytest.raises(ValueError) as exc_info:
loader.load_agent("__nonexistent_special")
From 13502e0c9ec0afc67f338846f2cddf0d888cbbcc Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 19:40:03 -0500
Subject: [PATCH 6/9] spelling: same as
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
.../unittests/tools/openapi_tool/openapi_spec_parser/test.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unittests/tools/openapi_tool/openapi_spec_parser/test.yaml b/tests/unittests/tools/openapi_tool/openapi_spec_parser/test.yaml
index 1cc139a66c..5ca9a2ce0e 100644
--- a/tests/unittests/tools/openapi_tool/openapi_spec_parser/test.yaml
+++ b/tests/unittests/tools/openapi_tool/openapi_spec_parser/test.yaml
@@ -634,7 +634,7 @@ components:
requestId:
description: |-
The client-generated unique ID for this request.
- Clients should regenerate this ID for every new request. If an ID provided is the same as for the previous request, the request is ignored.
+ Clients should regenerate this ID for every new request. If an ID provided is the same as the previous request, the request is ignored.
type: string
status:
$ref: "#/components/schemas/ConferenceRequestStatus"
From ee28654c3e68388a9649c2673eeb4fe07e1e294f Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 21:15:39 -0500
Subject: [PATCH 7/9] spelling: sentence
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
tests/unittests/evaluation/test_hallucinations_v1.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unittests/evaluation/test_hallucinations_v1.py b/tests/unittests/evaluation/test_hallucinations_v1.py
index 42953743da..0f0ac20fb2 100644
--- a/tests/unittests/evaluation/test_hallucinations_v1.py
+++ b/tests/unittests/evaluation/test_hallucinations_v1.py
@@ -105,7 +105,7 @@ def test_parse_sentences_with_newlines(self):
"""Tests _parse_sentences method with sentences containing newlines."""
text_with_newlines = """This is a sentence with
\n\nnewlines.
-This sentence will not be parsed"""
+This sentence will not be parsed"""
assert _parse_sentences(text_with_newlines) == [
"This is a sentence with\n\n\nnewlines."
]
From d04fdc3c5202bd47835a01c4eb06144d8d3b4202 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 21:16:01 -0500
Subject: [PATCH 8/9] spelling: streaming
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
tests/unittests/agents/test_remote_a2a_agent.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/unittests/agents/test_remote_a2a_agent.py b/tests/unittests/agents/test_remote_a2a_agent.py
index fc93e8dd5d..9939b80f4a 100644
--- a/tests/unittests/agents/test_remote_a2a_agent.py
+++ b/tests/unittests/agents/test_remote_a2a_agent.py
@@ -697,7 +697,7 @@ async def test_handle_a2a_response_success_with_message(self):
@pytest.mark.asyncio
async def test_handle_a2a_response_with_task_completed_and_no_update(self):
- """Test successful A2A response handling with non-streeaming task and no update."""
+ """Test successful A2A response handling with non-streaming task and no update."""
mock_a2a_task = Mock(spec=A2ATask)
mock_a2a_task.id = "task-123"
mock_a2a_task.context_id = "context-123"
@@ -1149,7 +1149,7 @@ async def test_handle_a2a_response_success_with_message(self):
@pytest.mark.asyncio
async def test_handle_a2a_response_with_task_completed_and_no_update(self):
- """Test successful A2A response handling with non-streeaming task and no update."""
+ """Test successful A2A response handling with non-streaming task and no update."""
mock_a2a_task = Mock(spec=A2ATask)
mock_a2a_task.id = "task-123"
mock_a2a_task.context_id = "context-123"
From 2758d0ab8c0d180789407ba75f05cea65a75e3b4 Mon Sep 17 00:00:00 2001
From: Josh Soref <2119212+jsoref@users.noreply.github.com>
Date: Mon, 3 Nov 2025 19:41:25 -0500
Subject: [PATCH 9/9] spelling: whether or not
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
---
tests/unittests/tools/test_base_google_credentials_manager.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/unittests/tools/test_base_google_credentials_manager.py b/tests/unittests/tools/test_base_google_credentials_manager.py
index de5685439f..fb21af0825 100644
--- a/tests/unittests/tools/test_base_google_credentials_manager.py
+++ b/tests/unittests/tools/test_base_google_credentials_manager.py
@@ -107,7 +107,7 @@ async def test_get_valid_credentials_with_existing_non_oauth_creds(
"""Test that existing non-oauth credentials are returned immediately.
When credentials are of non-oauth type, no refresh or OAuth flow
- is triggered irrespective of whether it is valid or not.
+ is triggered irrespective of whether or not it is valid.
"""
# Create mock credentials that are already valid
mock_creds = Mock(spec=AuthCredentials)