Skip to content

Commit 5a9180b

Browse files
authored
Update comments to reflect Microsoft Agent 365
1 parent fcfaa15 commit 5a9180b

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

tests/observability/extensions/openai/test_wrapper_openaiagents.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class TestOpenAIAgentsTraceInstrumentor(unittest.TestCase):
1313
@classmethod
1414
def setUpClass(cls):
1515
"""Set up test environment once for all tests."""
16-
# Configure Agent365 for testing
16+
# Configure Microsoft Agent 365 for testing
1717
configure(
1818
service_name="test-service-openaiAgents",
1919
service_namespace="test-namespace-openaiAgents",
@@ -60,20 +60,20 @@ def test_instrumentor_methods_exist(self):
6060

6161

6262
class TestAgent365InstrumentorIntegration(unittest.TestCase):
63-
"""Integration tests for the instrumentor with the broader Agent365 system."""
63+
"""Integration tests for the instrumentor with the broader Microsoft Agent 365 system."""
6464

6565
def setUp(self):
66-
"""Set up each test with a fresh Agent365 configuration."""
66+
"""Set up each test with a fresh Microsoft Agent 365 configuration."""
6767
configure(
6868
service_name="integration-test-service",
6969
service_namespace="integration-test-namespace",
7070
)
7171

7272
def test_instrumentor_with_Agent365_configured(self):
73-
"""Test instrumentor behavior when Agent365 is properly configured."""
73+
"""Test instrumentor behavior when Microsoft Agent 365 is properly configured."""
7474
from microsoft_agents_a365.observability.core import get_tracer, is_configured
7575

76-
# Verify Agent365 is configured
76+
# Verify Microsoft Agent 365 is configured
7777
self.assertTrue(is_configured())
7878

7979
# Get tracer to ensure it works
@@ -84,12 +84,12 @@ def test_instrumentor_with_Agent365_configured(self):
8484
instrumentor = OpenAIAgentsTraceInstrumentor()
8585
self.assertIsNotNone(instrumentor)
8686

87-
print("✅ Integration test passed: Instrumentor works with configured Agent365")
87+
print("✅ Integration test passed: Instrumentor works with configured Microsoft Agent 365")
8888

8989

9090
def run_comprehensive_tests():
9191
"""Run all tests with detailed output."""
92-
print("🧪 Running comprehensive Agent365 OpenAI Agents Instrumentor tests...")
92+
print("🧪 Running comprehensive Microsoft Agent 365 OpenAI Agents Instrumentor tests...")
9393
print("=" * 80)
9494

9595
# Create test suite

0 commit comments

Comments
 (0)