Skip to content
Closed
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
4a69e4a
notification unit test
abdulanu0 Oct 28, 2025
23cc975
Added unit tests for notification and tooling
abdulanu0 Nov 2, 2025
04af19e
Fix CI build errors by removing problematic test files with import is…
abdulanu0 Nov 2, 2025
ae2d599
Simplify test directory structure to fix CI import errors
abdulanu0 Nov 2, 2025
05d64ef
Update tests/microsoft-agents-a365-tooling-unittest/utils/test_utilit…
abdulanu0 Nov 2, 2025
0c0444f
fixed copilot comments
abdulanu0 Nov 2, 2025
4731e4a
Merge branch 'users/anabdul/Unittest_Notification_Py' of https://gith…
abdulanu0 Nov 2, 2025
c29d9e7
fixed ruff formatting issues
abdulanu0 Nov 2, 2025
4e19c11
fix infinite recursion bug and class naming issues
abdulanu0 Nov 2, 2025
3516aea
resolved comment
abdulanu0 Nov 2, 2025
f14cdea
Fix import issue
abdulanu0 Nov 2, 2025
3147656
Update copyright headers to Microsoft Corporation format
abdulanu0 Nov 2, 2025
ac6311d
Fix CI import issue by replacing mock MCPServerConfig with real model
abdulanu0 Nov 2, 2025
b767945
Fix CI issues and standardize copyright headers
abdulanu0 Nov 2, 2025
59b71f6
Resolving PR comments: Remove fallback imports, fix copyright headers…
abdulanu0 Nov 7, 2025
2de7f7f
Resolving PR review comments
abdulanu0 Nov 11, 2025
ab99eb6
Merge branch 'main' into users/anabdul/Unittest_Notification_Py
abdulanu0 Nov 11, 2025
6d484c8
Merge main branch - resolved utility.py conflicts
abdulanu0 Dec 2, 2025
2a453eb
Resolving comments
abdulanu0 Dec 2, 2025
53b0d99
Fixed formatting in test_utility.py
abdulanu0 Dec 2, 2025
f4dfb0f
Fixed entity parsing to use properties attribute
abdulanu0 Dec 2, 2025
0a81293
Fixed formatting in agent_notification_activity.py
abdulanu0 Dec 2, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .coverage
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from collections.abc import Awaitable, Callable, Iterable
from typing import Any, TypeVar

from microsoft_agents.activity import ChannelId
from microsoft_agents.activity.channel_id import ChannelId
Comment thread
abdulanu0 marked this conversation as resolved.
Outdated
from microsoft_agents.hosting.core import TurnContext
from microsoft_agents.hosting.core.app.state import TurnState
from .models.agent_notification_activity import AgentNotificationActivity, NotificationTypes
Expand Down
Loading
Loading