File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696 - name : Run Backend Tests with Coverage
9797 if : env.skip_backend_tests == 'false'
9898 run : |
99- cd src/tests/ backend
99+ cd src/backend
100100 pytest --cov=. --cov-report=term-missing --cov-report=xml
101101
102102
Original file line number Diff line number Diff line change 22
33import logging
44
5- from semantic_kernel .agents .azure_ai . azure_ai_agent import AzureAIAgent # pylint: disable=E0611
5+ from semantic_kernel .agents .azure_ai import AzureAIAgent # pylint: disable=E0611
66
77from sql_agents .agents .agent_config import AgentBaseConfig
88from sql_agents .agents .fixer .setup import setup_fixer_agent
Original file line number Diff line number Diff line change 2323from fastapi import HTTPException
2424
2525
26- from semantic_kernel .agents .azure_ai . azure_ai_agent import AzureAIAgent # pylint: disable=E0611
26+ from semantic_kernel .agents .azure_ai import AzureAIAgent # pylint: disable=E0611
2727from semantic_kernel .contents import AuthorRole
2828from semantic_kernel .exceptions .service_exceptions import ServiceResponseException
2929
You can’t perform that action at this time.
0 commit comments