codemie-test-harness 0.1.157__tar.gz → 0.1.159__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of codemie-test-harness might be problematic. Click here for more details.
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/PKG-INFO +2 -2
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/datamanagement/test_assistant_with_data_management_tools.py +8 -4
- codemie_test_harness-0.1.159/codemie_test_harness/tests/assistant/tools/report_portal/test_assistant_report_portal_tools.py +32 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/conftest.py +11 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/enums/tools.py +14 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/integrations/project/test_default_integrations.py +44 -1
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/integrations/project/test_project_integrations.py +7 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/integrations/user/test_default_integrations.py +44 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/integrations/user/test_user_integrations.py +7 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/data_management_tools_test_data.py +4 -37
- codemie_test_harness-0.1.159/codemie_test_harness/tests/test_data/direct_tools/report_portal_tools_test_data.py +1235 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/integrations_test_data.py +16 -0
- codemie_test_harness-0.1.159/codemie_test_harness/tests/test_data/report_portal_tools_test_data.py +520 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/aws_parameters_store.py +28 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/data_management/test_workflow_with_assistant_with_data_management_tools.py +4 -5
- codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/report_portal/test_workflow_with_assistant_with_report_portal_tools.py +38 -0
- codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_report_portal_tools.py +115 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/data_management/test_workflow_with_data_management_tools.py +4 -5
- codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/report_portal/test_workflow_with_report_portal_tool.py +39 -0
- codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/research/__init__.py +0 -0
- codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.py +0 -0
- codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/pyproject.toml +2 -2
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/README.md +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/.env +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/cli.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/commands/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/commands/config_cmd.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/commands/run_cmd.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/constants.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/runner.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/cli/utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/pytest.ini +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/datasource/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/datasource/test_code_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/datasource/test_confluence_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/datasource/test_file_indexing.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/datasource/test_google_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/datasource/test_jira_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/test_assistants.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/access_management/test_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/cloud/test_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/codebase/test_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/datamanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/filemanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/filemanagement/test_assistant_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/git/test_assistant_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/mcp/test_cli_mcp_server.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/mcp/test_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/notification/test_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/openapi/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/openapi/test_assistant_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/plugin/test_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/plugin/test_assistant_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/project_management/test_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/assistant/tools/research → codemie_test_harness-0.1.159/codemie_test_harness/tests/assistant/tools/report_portal}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/assistant/tools/servicenow → codemie_test_harness-0.1.159/codemie_test_harness/tests/assistant/tools/research}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/research/test_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/assistant/tools/vcs → codemie_test_harness-0.1.159/codemie_test_harness/tests/assistant/tools/servicenow}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/servicenow/test_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/conversations → codemie_test_harness-0.1.159/codemie_test_harness/tests/assistant/tools/vcs}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/assistant/tools/vcs/test_assistant_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/e2e → codemie_test_harness-0.1.159/codemie_test_harness/tests/conversations}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/conversations/test_conversations_endpoints.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/enums → codemie_test_harness-0.1.159/codemie_test_harness/tests/e2e}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/e2e/test_e2e.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/integrations/project → codemie_test_harness-0.1.159/codemie_test_harness/tests/enums}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/enums/integrations.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/enums/model_types.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/integrations/user → codemie_test_harness-0.1.159/codemie_test_harness/tests/integrations/project}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/llm → codemie_test_harness-0.1.159/codemie_test_harness/tests/integrations/user}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/llm/assistants → codemie_test_harness-0.1.159/codemie_test_harness/tests/llm}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/providers → codemie_test_harness-0.1.159/codemie_test_harness/tests/llm/assistants}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/llm/assistants/test_llm.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/service → codemie_test_harness-0.1.159/codemie_test_harness/tests/providers}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/providers/test_providers_endpoints.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/search/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/search/test_search_assistant.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/search/test_search_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/search/test_search_integration.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/search/test_search_workflow.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/test_data → codemie_test_harness-0.1.159/codemie_test_harness/tests/service}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_assistant_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_datasource_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_integration_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_llm_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_task_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_user_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_workflow_execution_service.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/service/test_workflow_service.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/test_data/direct_tools → codemie_test_harness-0.1.159/codemie_test_harness/tests/test_data}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/cloud_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/ui → codemie_test_harness-0.1.159/codemie_test_harness/tests/test_data/direct_tools}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/cloud_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/data_management_tools_test_data.py +1 -1
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/direct_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/keycloak_tool_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/project_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/direct_tools/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/file_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/large-files/large_file.txt +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/provider_payload.json +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.csv +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.docx +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.gif +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.ini +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.jpeg +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.jpg +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.json +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.pdf +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.png +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.pptx +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.txt +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.vtt +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.xlsx +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.xml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/files/test.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/git_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/google_datasource_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/index_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/keycloak_tool_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/llm_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/mcp_server_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/openapi.json +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/output_schema_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/plugin_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/pm_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/project_management_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_assistant_in_state.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_data_source.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_state.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_tool.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_yaml.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_yaml_format.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_assistant_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_id.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_expression.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_otherwise.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_then.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases_condition.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases_state_id.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_default.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_system_prompt.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_tools_id.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/test_data/workflow_validation_messages.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/ui/pageobject → codemie_test_harness-0.1.159/codemie_test_harness/tests/ui}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/conftest.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/ui/pageobject/assistants → codemie_test_harness-0.1.159/codemie_test_harness/tests/ui/pageobject}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/utils → codemie_test_harness-0.1.159/codemie_test_harness/tests/ui/pageobject/assistants}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/assistants/assistants_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/base_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/execution_history_row.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/header.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/pop_up.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/workflow_card.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/workflow_execution_history_item.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/workflow_execution_state.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/workflow_sidebar.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/components/workflow_state_card.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/login_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/base_workflow_form_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/create_workflow_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/edit_workflow_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_details_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_template_details.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_templates_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/pageobject/workflows/workflows_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/test_create_workflow.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/test_edit_workflow.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/test_workflow_details.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/test_workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/test_workflow_templates.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/ui/test_workflows.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow → codemie_test_harness-0.1.159/codemie_test_harness/tests/utils}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/assistant_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/base_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/client_factory.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/constants.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/conversation_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/datasource_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/env_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/file_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/gitbud_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/http_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/integration_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/json_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/llm_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/logger_util.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/notification_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/provider_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/pytest_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/search_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/similarity_check.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/user_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/workflow_utils.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/utils/yaml_utils.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/access_management → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/ado → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/access_management}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/access_management/test_workflow_with_assistant_with_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/cloud → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/ado}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/codebase → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/cloud}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/cloud/test_workflow_with_assistant_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/data_management → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/codebase}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/codebase/test_worfklow_with_assistant_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/default_integrations → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/data_management}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/git → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/default_integrations}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/file_management/test_workflow_with_assistant_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/mcp → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/git}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/git/test_workflow_with_assistant_git_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/notification → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/mcp}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/mcp/test_workflow_with_assistant_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/plugin → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/notification}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/notification/test_workflow_with_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/open_api/test_workflow_with_assistant_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/project_management → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/plugin}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/plugin/test_workflow_with_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/plugin/test_workflow_with_assistant_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/research → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/project_management}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/project_management/test_workflow_with_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/servicenow → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/report_portal}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/assistant_tools/vcs → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/research}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/research/test_workflow_with_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/config_validation → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/servicenow}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/direct_tools_calling → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/assistant_tools/vcs}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/assistant_tools/vcs/workflow_with_assistant_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/config_validation}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/config_validation/test_config_validation.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/direct_tools_calling}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_access_management_tool.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_codebase_tools.py +0 -0
- codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools.py → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools_sql.py +1 -1
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_plugin_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/test_workflows.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools}/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management/test_workflow_with_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/git → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/codebase/test_workflow_with_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/git}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/git/test_workflow_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/research → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/test_workflow_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/project_management/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.157/codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs → codemie_test_harness-0.1.159/codemie_test_harness/tests/workflow/virtual_assistant_tools/report_portal}/__init__.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/research/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/test_workflow_with_vcs_tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: codemie-test-harness
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.159
|
|
4
4
|
Summary: Autotest for CodeMie backend and UI
|
|
5
5
|
Author: Anton Yeromin
|
|
6
6
|
Author-email: anton_yeromin@epam.com
|
|
@@ -13,7 +13,7 @@ Requires-Dist: aws-assume-role-lib (>=2.10.0,<3.0.0)
|
|
|
13
13
|
Requires-Dist: boto3 (>=1.39.8,<2.0.0)
|
|
14
14
|
Requires-Dist: click (>=8.1.7,<9.0.0)
|
|
15
15
|
Requires-Dist: codemie-plugins (>=0.1.123,<0.2.0)
|
|
16
|
-
Requires-Dist: codemie-sdk-python (==0.1.
|
|
16
|
+
Requires-Dist: codemie-sdk-python (==0.1.159)
|
|
17
17
|
Requires-Dist: pytest (>=8.4.1,<9.0.0)
|
|
18
18
|
Requires-Dist: pytest-playwright (>=0.7.0,<0.8.0)
|
|
19
19
|
Requires-Dist: pytest-reportportal (>=5.5.2,<6.0.0)
|
|
@@ -21,12 +21,15 @@ from codemie_test_harness.tests.test_data.data_management_tools_test_data import
|
|
|
21
21
|
)
|
|
22
22
|
from codemie_test_harness.tests.utils.aws_parameters_store import CredentialsUtil
|
|
23
23
|
|
|
24
|
+
pytestmark = pytest.mark.skipif(
|
|
25
|
+
os.getenv("ENV") == "local", reason="Skipping this tests on local environment"
|
|
26
|
+
)
|
|
27
|
+
|
|
24
28
|
|
|
25
29
|
@pytest.mark.assistant
|
|
26
30
|
@pytest.mark.elastic
|
|
27
31
|
@pytest.mark.regression
|
|
28
32
|
@pytest.mark.testcase("EPMCDME-6132")
|
|
29
|
-
@pytest.mark.skip(reason="Credentials for Elastic are not available")
|
|
30
33
|
def test_create_assistant_with_elastic_tool(
|
|
31
34
|
integration_utils, assistant, assistant_utils, similarity_check
|
|
32
35
|
):
|
|
@@ -49,14 +52,15 @@ def test_create_assistant_with_elastic_tool(
|
|
|
49
52
|
@pytest.mark.sql
|
|
50
53
|
@pytest.mark.regression
|
|
51
54
|
@pytest.mark.testcase("EPMCDME-6132")
|
|
52
|
-
@pytest.mark.skipif(
|
|
53
|
-
os.getenv("ENV") == "local", reason="Skipping this test on local environment"
|
|
54
|
-
)
|
|
55
55
|
@pytest.mark.parametrize(
|
|
56
56
|
"db_dialect",
|
|
57
57
|
sql_tools_test_data,
|
|
58
58
|
ids=[DataBaseDialect.MY_SQL, DataBaseDialect.POSTGRES, DataBaseDialect.MS_SQL],
|
|
59
59
|
)
|
|
60
|
+
@pytest.mark.testcase("EPMCDME-6132")
|
|
61
|
+
@pytest.mark.skipif(
|
|
62
|
+
os.getenv("ENV") == "local", reason="Skipping this test on local environment"
|
|
63
|
+
)
|
|
60
64
|
def test_create_assistant_with_sql_tool(
|
|
61
65
|
integration_utils, assistant_utils, assistant, similarity_check, db_dialect
|
|
62
66
|
):
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
|
|
3
|
+
from codemie_test_harness.tests.test_data.report_portal_tools_test_data import (
|
|
4
|
+
rp_test_data,
|
|
5
|
+
)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
@pytest.mark.assistant
|
|
9
|
+
@pytest.mark.report_portal
|
|
10
|
+
@pytest.mark.regression
|
|
11
|
+
@pytest.mark.parametrize(
|
|
12
|
+
"toolkit,tool_name,prompt,expected_response",
|
|
13
|
+
rp_test_data,
|
|
14
|
+
ids=[f"{row[0]}_{row[1]}" for row in rp_test_data],
|
|
15
|
+
)
|
|
16
|
+
def test_assistant_with_report_portal_tools(
|
|
17
|
+
assistant,
|
|
18
|
+
assistant_utils,
|
|
19
|
+
report_portal_integration,
|
|
20
|
+
similarity_check,
|
|
21
|
+
toolkit,
|
|
22
|
+
tool_name,
|
|
23
|
+
prompt,
|
|
24
|
+
expected_response,
|
|
25
|
+
):
|
|
26
|
+
assistant = assistant(
|
|
27
|
+
toolkit,
|
|
28
|
+
tool_name,
|
|
29
|
+
settings=report_portal_integration,
|
|
30
|
+
)
|
|
31
|
+
response = assistant_utils.ask_assistant(assistant, prompt)
|
|
32
|
+
similarity_check.check_similarity(response, expected_response)
|
{codemie_test_harness-0.1.157 → codemie_test_harness-0.1.159}/codemie_test_harness/tests/conftest.py
RENAMED
|
@@ -374,6 +374,17 @@ def keycloak_integration(integration_utils):
|
|
|
374
374
|
integration_utils.delete_integration(integration)
|
|
375
375
|
|
|
376
376
|
|
|
377
|
+
@pytest.fixture(scope="module")
|
|
378
|
+
def report_portal_integration(integration_utils):
|
|
379
|
+
credential_values = CredentialsUtil.report_portal_credentials()
|
|
380
|
+
integration = integration_utils.create_integration(
|
|
381
|
+
CredentialTypes.REPORT_PORTAL, credential_values
|
|
382
|
+
)
|
|
383
|
+
yield integration
|
|
384
|
+
if integration:
|
|
385
|
+
integration_utils.delete_integration(integration)
|
|
386
|
+
|
|
387
|
+
|
|
377
388
|
@pytest.fixture(scope="function")
|
|
378
389
|
def general_integration(integration_utils):
|
|
379
390
|
created_integration: Optional[Integration] = None
|
|
@@ -20,6 +20,7 @@ class Toolkit(str, Enum):
|
|
|
20
20
|
DATA_MANAGEMENT = "Data Management"
|
|
21
21
|
SERVICENOW = "IT Service Management"
|
|
22
22
|
ACCESS_MANAGEMENT = "Access Management"
|
|
23
|
+
REPORT_PORTAL = "Report Portal"
|
|
23
24
|
|
|
24
25
|
|
|
25
26
|
class GitTool(str, Enum):
|
|
@@ -185,3 +186,16 @@ class AccessManagementTool(str, Enum):
|
|
|
185
186
|
"""Enum for Access Management tool names."""
|
|
186
187
|
|
|
187
188
|
KEYCLOAK = "keycloak"
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
class ReportPortalTool(str, Enum):
|
|
192
|
+
"""Enum for Report Portal tool names."""
|
|
193
|
+
|
|
194
|
+
GET_EXTENDED_LAUNCH_DATA_AS_RAW = "get_extended_launch_data_as_raw"
|
|
195
|
+
GET_LAUNCH_DETAILS = "get_launch_details"
|
|
196
|
+
GET_ALL_LAUNCHES = "get_all_launches"
|
|
197
|
+
FIND_TEST_ITEM_BY_ID = "find_test_item_by_id"
|
|
198
|
+
GET_TEST_ITEMS_FOR_LAUNCH = "get_test_items_for_launch"
|
|
199
|
+
GET_LOGS_FOR_TEST_ITEM = "get_logs_for_test_item"
|
|
200
|
+
GET_USER_INFORMATION = "get_user_information"
|
|
201
|
+
GET_DASHBOARD_DATA = "get_dashboard_data"
|
|
@@ -13,6 +13,7 @@ from codemie_test_harness.tests.enums.tools import (
|
|
|
13
13
|
CodeBaseTool,
|
|
14
14
|
CloudTool,
|
|
15
15
|
AccessManagementTool,
|
|
16
|
+
ReportPortalTool,
|
|
16
17
|
)
|
|
17
18
|
from codemie_test_harness.tests.test_data.ado_test_plan_tools_test_data import (
|
|
18
19
|
ado_test_plan_get_test_data,
|
|
@@ -36,6 +37,9 @@ from codemie_test_harness.tests.test_data.pm_tools_test_data import (
|
|
|
36
37
|
JIRA_TOOL_PROMPT,
|
|
37
38
|
RESPONSE_FOR_JIRA_TOOL,
|
|
38
39
|
)
|
|
40
|
+
from codemie_test_harness.tests.test_data.report_portal_tools_test_data import (
|
|
41
|
+
rp_test_data,
|
|
42
|
+
)
|
|
39
43
|
from codemie_test_harness.tests.utils.aws_parameters_store import CredentialsUtil
|
|
40
44
|
from codemie_test_harness.tests.utils.constants import test_project_name
|
|
41
45
|
|
|
@@ -314,7 +318,6 @@ def test_assistant_with_default_integration_email(
|
|
|
314
318
|
@pytest.mark.project_integration
|
|
315
319
|
@pytest.mark.default_integration
|
|
316
320
|
@pytest.mark.regression
|
|
317
|
-
@pytest.mark.regression
|
|
318
321
|
def test_assistant_with_default_integration_keycloak(
|
|
319
322
|
general_integration,
|
|
320
323
|
integration_utils,
|
|
@@ -344,3 +347,43 @@ def test_assistant_with_default_integration_keycloak(
|
|
|
344
347
|
response = assistant_utils.ask_assistant(keycloak_assistant, KEYCLOAK_TOOL_PROMPT)
|
|
345
348
|
|
|
346
349
|
similarity_check.check_similarity(response, KEYCLOAK_TOOL_RESPONSE)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
@pytest.mark.assistant
|
|
353
|
+
@pytest.mark.report_portal
|
|
354
|
+
@pytest.mark.integration
|
|
355
|
+
@pytest.mark.project_integration
|
|
356
|
+
@pytest.mark.default_integration
|
|
357
|
+
@pytest.mark.regression
|
|
358
|
+
def test_assistant_with_default_integration_report_portal(
|
|
359
|
+
general_integration,
|
|
360
|
+
integration_utils,
|
|
361
|
+
assistant,
|
|
362
|
+
assistant_utils,
|
|
363
|
+
similarity_check,
|
|
364
|
+
):
|
|
365
|
+
prompt = rp_test_data[7][2]
|
|
366
|
+
expected_response = rp_test_data[7][3]
|
|
367
|
+
|
|
368
|
+
# delete existing integrations of the same type
|
|
369
|
+
for integration_type in IntegrationType:
|
|
370
|
+
integration_utils.delete_integrations_by_type(
|
|
371
|
+
integration_type, CredentialTypes.REPORT_PORTAL, test_project_name
|
|
372
|
+
)
|
|
373
|
+
# create a new integration
|
|
374
|
+
general_integration(
|
|
375
|
+
integration_type=IntegrationType.PROJECT,
|
|
376
|
+
credential_type=CredentialTypes.REPORT_PORTAL,
|
|
377
|
+
credential_values=CredentialsUtil.report_portal_credentials(),
|
|
378
|
+
project_name=test_project_name,
|
|
379
|
+
)
|
|
380
|
+
# create an assistant
|
|
381
|
+
report_portal_assistant = assistant(
|
|
382
|
+
Toolkit.REPORT_PORTAL,
|
|
383
|
+
ReportPortalTool.GET_DASHBOARD_DATA,
|
|
384
|
+
project_name=test_project_name,
|
|
385
|
+
)
|
|
386
|
+
|
|
387
|
+
response = assistant_utils.ask_assistant(report_portal_assistant, prompt)
|
|
388
|
+
|
|
389
|
+
similarity_check.check_similarity(response, expected_response)
|
|
@@ -50,6 +50,7 @@ from codemie_test_harness.tests.utils.base_utils import (
|
|
|
50
50
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
51
51
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
52
52
|
f"Project integration: {CredentialTypes.KEYCLOAK}",
|
|
53
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
53
54
|
],
|
|
54
55
|
)
|
|
55
56
|
def test_integration_created(
|
|
@@ -96,6 +97,7 @@ def test_integration_created(
|
|
|
96
97
|
f"Project integration: {CredentialTypes.EMAIL}",
|
|
97
98
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
98
99
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
100
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
99
101
|
],
|
|
100
102
|
)
|
|
101
103
|
def test_integration_after_creation(
|
|
@@ -158,6 +160,7 @@ def test_integration_after_creation(
|
|
|
158
160
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
159
161
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
160
162
|
f"Project integration: {CredentialTypes.KEYCLOAK}",
|
|
163
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
161
164
|
],
|
|
162
165
|
)
|
|
163
166
|
def test_update_integration(
|
|
@@ -214,6 +217,7 @@ def test_update_integration(
|
|
|
214
217
|
f"Project integration: {CredentialTypes.CONFLUENCE}",
|
|
215
218
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
216
219
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
220
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
217
221
|
],
|
|
218
222
|
)
|
|
219
223
|
def test_integration_with_invalid_credentials(
|
|
@@ -269,6 +273,7 @@ def test_integration_with_invalid_credentials(
|
|
|
269
273
|
f"Project integration: {CredentialTypes.EMAIL}",
|
|
270
274
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
271
275
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
276
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
272
277
|
],
|
|
273
278
|
)
|
|
274
279
|
def test_integration_during_creation(credential_type, credentials, integration_utils):
|
|
@@ -305,6 +310,7 @@ def test_integration_during_creation(credential_type, credentials, integration_u
|
|
|
305
310
|
f"Project integration: {CredentialTypes.CONFLUENCE}",
|
|
306
311
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
307
312
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
313
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
308
314
|
],
|
|
309
315
|
)
|
|
310
316
|
def test_integration_during_creation_with_invalid_credentials(
|
|
@@ -352,6 +358,7 @@ def test_integration_during_creation_with_invalid_credentials(
|
|
|
352
358
|
f"Project integration: {CredentialTypes.SERVICE_NOW}",
|
|
353
359
|
f"Project integration: {CredentialTypes.KUBERNETES}",
|
|
354
360
|
f"Project integration: {CredentialTypes.KEYCLOAK}",
|
|
361
|
+
f"Project integration: {CredentialTypes.REPORT_PORTAL}",
|
|
355
362
|
],
|
|
356
363
|
)
|
|
357
364
|
def test_delete_integration(
|
|
@@ -13,6 +13,7 @@ from codemie_test_harness.tests.enums.tools import (
|
|
|
13
13
|
CodeBaseTool,
|
|
14
14
|
CloudTool,
|
|
15
15
|
AccessManagementTool,
|
|
16
|
+
ReportPortalTool,
|
|
16
17
|
)
|
|
17
18
|
from codemie_test_harness.tests.test_data.ado_test_plan_tools_test_data import (
|
|
18
19
|
ado_test_plan_get_test_data,
|
|
@@ -36,6 +37,9 @@ from codemie_test_harness.tests.test_data.pm_tools_test_data import (
|
|
|
36
37
|
JIRA_TOOL_PROMPT,
|
|
37
38
|
RESPONSE_FOR_JIRA_TOOL,
|
|
38
39
|
)
|
|
40
|
+
from codemie_test_harness.tests.test_data.report_portal_tools_test_data import (
|
|
41
|
+
rp_test_data,
|
|
42
|
+
)
|
|
39
43
|
from codemie_test_harness.tests.utils.aws_parameters_store import CredentialsUtil
|
|
40
44
|
from codemie_test_harness.tests.utils.constants import test_project_name
|
|
41
45
|
|
|
@@ -343,3 +347,43 @@ def test_assistant_with_default_integration_keycloak(
|
|
|
343
347
|
response = assistant_utils.ask_assistant(keycloak_assistant, KEYCLOAK_TOOL_PROMPT)
|
|
344
348
|
|
|
345
349
|
similarity_check.check_similarity(response, KEYCLOAK_TOOL_RESPONSE)
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
@pytest.mark.assistant
|
|
353
|
+
@pytest.mark.report_portal
|
|
354
|
+
@pytest.mark.integration
|
|
355
|
+
@pytest.mark.user_integration
|
|
356
|
+
@pytest.mark.default_integration
|
|
357
|
+
@pytest.mark.regression
|
|
358
|
+
def test_assistant_with_default_integration_report_portal(
|
|
359
|
+
general_integration,
|
|
360
|
+
integration_utils,
|
|
361
|
+
assistant,
|
|
362
|
+
assistant_utils,
|
|
363
|
+
similarity_check,
|
|
364
|
+
):
|
|
365
|
+
prompt = rp_test_data[7][2]
|
|
366
|
+
expected_response = rp_test_data[7][3]
|
|
367
|
+
|
|
368
|
+
# delete existing integrations of the same type
|
|
369
|
+
for integration_type in IntegrationType:
|
|
370
|
+
integration_utils.delete_integrations_by_type(
|
|
371
|
+
integration_type, CredentialTypes.REPORT_PORTAL, test_project_name
|
|
372
|
+
)
|
|
373
|
+
# create a new integration
|
|
374
|
+
general_integration(
|
|
375
|
+
integration_type=IntegrationType.USER,
|
|
376
|
+
credential_type=CredentialTypes.REPORT_PORTAL,
|
|
377
|
+
credential_values=CredentialsUtil.report_portal_credentials(),
|
|
378
|
+
project_name=test_project_name,
|
|
379
|
+
)
|
|
380
|
+
# create an assistant
|
|
381
|
+
report_portal_assistant = assistant(
|
|
382
|
+
Toolkit.REPORT_PORTAL,
|
|
383
|
+
ReportPortalTool.GET_DASHBOARD_DATA,
|
|
384
|
+
project_name=test_project_name,
|
|
385
|
+
)
|
|
386
|
+
|
|
387
|
+
response = assistant_utils.ask_assistant(report_portal_assistant, prompt)
|
|
388
|
+
|
|
389
|
+
similarity_check.check_similarity(response, expected_response)
|
|
@@ -51,6 +51,7 @@ from codemie_test_harness.tests.utils.base_utils import (
|
|
|
51
51
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
52
52
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
53
53
|
f"User integration: {CredentialTypes.KEYCLOAK}",
|
|
54
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
54
55
|
],
|
|
55
56
|
)
|
|
56
57
|
def test_integration_created(
|
|
@@ -98,6 +99,7 @@ def test_integration_created(
|
|
|
98
99
|
f"User integration: {CredentialTypes.EMAIL}",
|
|
99
100
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
100
101
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
102
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
101
103
|
],
|
|
102
104
|
)
|
|
103
105
|
def test_integration_after_creation(
|
|
@@ -160,6 +162,7 @@ def test_integration_after_creation(
|
|
|
160
162
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
161
163
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
162
164
|
f"User integration: {CredentialTypes.KEYCLOAK}",
|
|
165
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
163
166
|
],
|
|
164
167
|
)
|
|
165
168
|
def test_update_integration(
|
|
@@ -217,6 +220,7 @@ def test_update_integration(
|
|
|
217
220
|
f"User integration: {CredentialTypes.CONFLUENCE}",
|
|
218
221
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
219
222
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
223
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
220
224
|
],
|
|
221
225
|
)
|
|
222
226
|
def test_integration_with_invalid_credentials(
|
|
@@ -272,6 +276,7 @@ def test_integration_with_invalid_credentials(
|
|
|
272
276
|
f"User integration: {CredentialTypes.EMAIL}",
|
|
273
277
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
274
278
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
279
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
275
280
|
],
|
|
276
281
|
)
|
|
277
282
|
def test_integration_during_creation(credential_type, credentials, integration_utils):
|
|
@@ -308,6 +313,7 @@ def test_integration_during_creation(credential_type, credentials, integration_u
|
|
|
308
313
|
f"User integration: {CredentialTypes.CONFLUENCE}",
|
|
309
314
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
310
315
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
316
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
311
317
|
],
|
|
312
318
|
)
|
|
313
319
|
def test_integration_during_creation_with_invalid_credentials(
|
|
@@ -355,6 +361,7 @@ def test_integration_during_creation_with_invalid_credentials(
|
|
|
355
361
|
f"User integration: {CredentialTypes.SERVICE_NOW}",
|
|
356
362
|
f"User integration: {CredentialTypes.KUBERNETES}",
|
|
357
363
|
f"User integration: {CredentialTypes.KEYCLOAK}",
|
|
364
|
+
f"User integration: {CredentialTypes.REPORT_PORTAL}",
|
|
358
365
|
],
|
|
359
366
|
)
|
|
360
367
|
def test_delete_integration(
|
|
@@ -5,46 +5,13 @@ import pytest
|
|
|
5
5
|
from codemie_test_harness.tests.enums.integrations import DataBaseDialect
|
|
6
6
|
|
|
7
7
|
ELASTIC_TOOL_TASK = """
|
|
8
|
-
|
|
8
|
+
send the query to Elastic:
|
|
9
|
+
{'index': 'codemie-*', 'query': {'size': 0, 'aggs': {'indices': {'terms': {'field': '_index', 'size': 5, 'order': {'_count': 'asc'}}}}}}
|
|
10
|
+
return only the number of failed from _shards node.
|
|
9
11
|
"""
|
|
10
12
|
|
|
11
13
|
RESPONSE_FOR_ELASTIC = """
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- **Timestamp:** 2025-05-28T13:39:27.949Z
|
|
15
|
-
- **Metric Name:** conversation_assistant_usage
|
|
16
|
-
- **Attributes:**
|
|
17
|
-
- Count: 1
|
|
18
|
-
- User ID: 6c04c3d1-7967-481a-82d5-0b7da258a555
|
|
19
|
-
- User Name: Andrei Maskouchanka
|
|
20
|
-
- Assistant ID: 4657258e-19e5-4162-a6ec-2a76d11c14d1
|
|
21
|
-
- Assistant Name: Elastic Tool
|
|
22
|
-
- Input Tokens: 2414
|
|
23
|
-
- Output Tokens: 434
|
|
24
|
-
- Money Spent: 0.01858
|
|
25
|
-
- Project: andrei_maskouchanka@epam.com
|
|
26
|
-
- Execution Time: 11.09025979042053
|
|
27
|
-
- LLM Model: gpt-4o
|
|
28
|
-
- Conversation ID: 9ea412d5-c460-41f1-8071-35083538652c
|
|
29
|
-
- Status: success
|
|
30
|
-
|
|
31
|
-
- **Additional Information:**
|
|
32
|
-
- Time: 2025-05-28T13:39:27.949952597Z
|
|
33
|
-
- Stream: stderr
|
|
34
|
-
- Level: INFO
|
|
35
|
-
- UUID: 3fd6a83f6a266c7760a71406dbbef99f
|
|
36
|
-
- Kubernetes Details:
|
|
37
|
-
- Pod Name: codemie-api-69b9484d46-2hnpd
|
|
38
|
-
- Namespace Name: preview-codemie
|
|
39
|
-
- Pod ID: 97edb665-2b76-47ad-a545-3b7a2695a0e7
|
|
40
|
-
- Host: gke-epmd-edp-anthos--nap-e2-standard--e45b29fc-863z
|
|
41
|
-
- Pod IP: 172.20.6.90
|
|
42
|
-
- Container Name: codemie
|
|
43
|
-
- Docker ID: 11ec33dc943cfa7153f31cde412837ccfae711b1edc9bb7d20055614eeefbf15
|
|
44
|
-
- Container Hash: europe-west3-docker.pkg.dev/or2-msq-epmd-edp-anthos-t1iylu/prod/code-assistant@sha256:a0271b31b2a55cf71d319c6b5f394fbe7c6833db74fbb51ab22680bf096c6ecb
|
|
45
|
-
- Container Image: europe-west3-docker.pkg.dev/or2-msq-epmd-edp-anthos-t1iylu/prod/code-assistant:0.28.0-SNAPSHOT.10
|
|
46
|
-
|
|
47
|
-
If you need further details or assistance, please let me know!
|
|
14
|
+
The query was executed successfully. The number of failed shards from the _shards node is 0.
|
|
48
15
|
"""
|
|
49
16
|
|
|
50
17
|
SQL_TOOL_CREATE_TABLE_TASK = """
|