codemie-test-harness 0.1.163__tar.gz → 0.1.165__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.163 → codemie_test_harness-0.1.165}/PKG-INFO +2 -2
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/__init__.py +2 -1
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/datasource/test_confluence_datasource.py +2 -2
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/datasource/test_jira_datasource.py +2 -2
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool_kit.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool_with_datasource.py +14 -14
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_test_plan_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_wiki_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_work_item_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/datamanagement/test_assistant_with_data_management_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/mcp/test_cli_mcp_server.py +2 -2
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/notification/test_assistant_notification_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/project_management/test_assistant_pm_tools.py +5 -5
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/conftest.py +73 -45
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/e2e/test_e2e.py +5 -5
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/project/test_default_integrations.py +7 -7
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/user/test_default_integrations.py +7 -7
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/llm/assistants/test_lite_llm.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/search/test_search_datasource.py +2 -2
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/search/test_search_integration.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_datasource_service.py +12 -12
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/cloud_tools_test_data.py +5 -5
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/codebase_tools_test_data.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/cloud_tools_test_data.py +5 -5
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/file_management_tools_test_data.py +5 -1
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/integrations_test_data.py +48 -48
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/llm_test_data.py +1 -1
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/notification_tools_test_data.py +2 -6
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/report_portal_tools_test_data.py +4 -220
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/vcs_tools_test_data.py +8 -5
- codemie_test_harness-0.1.165/codemie_test_harness/tests/utils/aws_parameters_store.py +94 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/base_utils.py +2 -2
- codemie_test_harness-0.1.165/codemie_test_harness/tests/utils/client_factory.py +20 -0
- codemie_test_harness-0.1.165/codemie_test_harness/tests/utils/credentials_manager.py +1358 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/datasource_utils.py +7 -6
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/gitbud_utils.py +4 -4
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/notification_utils.py +6 -6
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/data_management/test_workflow_with_assistant_with_data_management_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +14 -14
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool_kit.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_codebase_tools.py +7 -7
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools_elastic.py +4 -4
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools_sql.py +4 -4
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/codebase/test_workflow_with_codebase_tools.py +2 -2
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/data_management/test_workflow_with_data_management_tools.py +3 -3
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +11 -11
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +14 -14
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/pyproject.toml +2 -2
- codemie_test_harness-0.1.163/codemie_test_harness/tests/utils/aws_parameters_store.py +0 -654
- codemie_test_harness-0.1.163/codemie_test_harness/tests/utils/client_factory.py +0 -18
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/README.md +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/.env +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/cli.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/commands/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/commands/config_cmd.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/commands/run_cmd.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/constants.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/runner.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/cli/utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/pytest.ini +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/datasource/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/datasource/test_code_datasource.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/datasource/test_file_indexing.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/datasource/test_google_datasource.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/test_assistants.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/access_management/test_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/cloud/test_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/codebase/test_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/datamanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/filemanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/filemanagement/test_assistant_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/git/test_assistant_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/mcp/test_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/openapi/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/openapi/test_assistant_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/plugin/test_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/plugin/test_assistant_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/report_portal/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/report_portal/test_assistant_report_portal_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/research/test_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/servicenow/test_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/assistant/tools/vcs/test_assistant_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/conversations/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/conversations/test_conversations_endpoints.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/e2e/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/enums/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/enums/environment.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/enums/integrations.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/enums/model_types.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/enums/tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/project/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/project/test_project_integrations.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/user/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/integrations/user/test_user_integrations.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/llm/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/llm/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/llm/assistants/test_llm.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/providers/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/providers/test_providers_endpoints.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/search/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/search/test_search_assistant.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/search/test_search_workflow.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_assistant_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_integration_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_llm_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_task_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_user_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_workflow_execution_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/service/test_workflow_service.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/data_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/data_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/direct_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/keycloak_tool_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/project_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/report_portal_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/direct_tools/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/file_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/large-files/large_file.txt +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/provider_payload.json +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.csv +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.docx +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.gif +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.ini +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.jpeg +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.jpg +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.json +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.pdf +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.png +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.pptx +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.txt +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.vtt +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.xlsx +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.xml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/files/test.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/git_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/google_datasource_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/index_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/keycloak_tool_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/mcp_server_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/openapi.json +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/output_schema_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/plugin_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/pm_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/project_management_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_assistant_in_state.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_data_source.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_state.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_tool.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_yaml.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_yaml_format.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_assistant_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_id.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_expression.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_otherwise.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_then.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases_condition.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_default.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_system_prompt.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_tools_id.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/test_data/workflow_validation_messages.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/conftest.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/assistants/assistants_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/base_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/execution_history_row.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/header.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/pop_up.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/workflow_card.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/workflow_execution_history_item.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/workflow_execution_state.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/workflow_sidebar.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/components/workflow_state_card.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/login_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/base_workflow_form_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/create_workflow_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/edit_workflow_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_details_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_template_details.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_templates_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/pageobject/workflows/workflows_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/test_create_workflow.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/test_edit_workflow.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/test_workflow_details.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/test_workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/test_workflow_templates.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/ui/test_workflows.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/assistant_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/constants.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/conversation_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/env_resolver.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/env_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/file_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/http_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/integration_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/json_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/llm_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/logger_util.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/provider_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/pytest_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/search_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/similarity_check.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/user_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/workflow_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/utils/yaml_utils.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/access_management/test_workflow_with_assistant_with_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/cloud/test_workflow_with_assistant_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/codebase/test_worfklow_with_assistant_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/git/test_workflow_with_assistant_git_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/mcp/test_workflow_with_assistant_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/notification/test_workflow_with_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/plugin/test_workflow_with_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/project_management/test_workflow_with_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/report_portal/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/report_portal/test_workflow_with_assistant_with_report_portal_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/research/test_workflow_with_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/assistant_tools/vcs/workflow_with_assistant_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/config_validation/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/config_validation/test_config_validation.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_access_management_tool.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_plugin_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_report_portal_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/test_workflows.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management/test_workflow_with_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/git/test_workflow_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/test_workflow_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/project_management/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/report_portal/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/report_portal/test_workflow_with_report_portal_tool.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/research/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/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.165
|
|
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.165)
|
|
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)
|
{codemie_test_harness-0.1.163 → codemie_test_harness-0.1.165}/codemie_test_harness/tests/__init__.py
RENAMED
|
@@ -6,6 +6,7 @@ from pathlib import Path
|
|
|
6
6
|
from dotenv import load_dotenv
|
|
7
7
|
|
|
8
8
|
from codemie_test_harness.cli.runner import resolve_tests_path_and_root
|
|
9
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
9
10
|
|
|
10
11
|
_, root_dir = resolve_tests_path_and_root()
|
|
11
12
|
env_file_path = Path(root_dir) / ".env"
|
|
@@ -19,7 +20,7 @@ LANGFUSE_TRACES_ENABLED = (
|
|
|
19
20
|
|
|
20
21
|
PROJECT = os.getenv("PROJECT_NAME", "codemie")
|
|
21
22
|
TEST_USER = os.getenv("TEST_USER_FULL_NAME", "Test User")
|
|
22
|
-
GITHUB_URL =
|
|
23
|
+
GITHUB_URL = CredentialsManager.get_parameter("GITHUB_URL", "https://github.com")
|
|
23
24
|
|
|
24
25
|
autotest_entity_prefix = (
|
|
25
26
|
f"{''.join(random.choice(string.ascii_lowercase) for _ in range(3))}_"
|
|
@@ -12,7 +12,7 @@ from codemie_test_harness.tests.test_data.pm_tools_test_data import (
|
|
|
12
12
|
CONFLUENCE_CLOUD_TOOL_PROMPT,
|
|
13
13
|
RESPONSE_FOR_CONFLUENCE_CLOUD_TOOL,
|
|
14
14
|
)
|
|
15
|
-
from codemie_test_harness.tests.utils.
|
|
15
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
16
16
|
from codemie_test_harness.tests.utils.base_utils import get_random_name, assert_response
|
|
17
17
|
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ from codemie_test_harness.tests.utils.base_utils import get_random_name, assert_
|
|
|
20
20
|
def confluence_cloud_datasource(datasource_utils, confluence_cloud_integration):
|
|
21
21
|
datasource = datasource_utils.create_confluence_datasource(
|
|
22
22
|
setting_id=confluence_cloud_integration.id,
|
|
23
|
-
cql=
|
|
23
|
+
cql=CredentialsManager.confluence_cloud_cql(),
|
|
24
24
|
)
|
|
25
25
|
yield datasource
|
|
26
26
|
if datasource:
|
|
@@ -11,14 +11,14 @@ from codemie_test_harness.tests.test_data.pm_tools_test_data import (
|
|
|
11
11
|
JIRA_CLOUD_TOOL_PROMPT,
|
|
12
12
|
RESPONSE_FOR_JIRA_CLOUD_TOOL,
|
|
13
13
|
)
|
|
14
|
-
from codemie_test_harness.tests.utils.
|
|
14
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
15
15
|
from codemie_test_harness.tests.utils.base_utils import get_random_name, assert_response
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
@pytest.fixture(scope="function")
|
|
19
19
|
def jira_cloud_datasource(datasource_utils, jira_cloud_integration):
|
|
20
20
|
datasource = datasource_utils.create_jira_datasource(
|
|
21
|
-
setting_id=jira_cloud_integration.id, jql=
|
|
21
|
+
setting_id=jira_cloud_integration.id, jql=CredentialsManager.jira_cloud_jql()
|
|
22
22
|
)
|
|
23
23
|
yield datasource
|
|
24
24
|
if datasource:
|
|
@@ -11,7 +11,7 @@ from codemie_test_harness.tests.test_data.pm_tools_test_data import (
|
|
|
11
11
|
JIRA_TOOL_PROMPT,
|
|
12
12
|
RESPONSE_FOR_JIRA_TOOL,
|
|
13
13
|
)
|
|
14
|
-
from codemie_test_harness.tests.utils.
|
|
14
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
15
15
|
from codemie_test_harness.tests.utils.constants import test_project_name
|
|
16
16
|
|
|
17
17
|
|
|
@@ -48,20 +48,20 @@ def test_assistant_should_use_user_integration_by_default(
|
|
|
48
48
|
)
|
|
49
49
|
|
|
50
50
|
integration_utils.create_user_integration(
|
|
51
|
-
CredentialTypes.JIRA,
|
|
51
|
+
CredentialTypes.JIRA, CredentialsManager.jira_credentials(), test_project_name
|
|
52
52
|
)
|
|
53
53
|
|
|
54
54
|
if is_global:
|
|
55
55
|
integration_utils.create_global_integration(
|
|
56
56
|
CredentialTypes.JIRA,
|
|
57
|
-
|
|
57
|
+
CredentialsManager.invalid_jira_credentials(),
|
|
58
58
|
test_project_name,
|
|
59
59
|
)
|
|
60
60
|
|
|
61
61
|
if project_integration:
|
|
62
62
|
integration_utils.create_project_integration(
|
|
63
63
|
CredentialTypes.JIRA,
|
|
64
|
-
|
|
64
|
+
CredentialsManager.invalid_jira_credentials(),
|
|
65
65
|
test_project_name,
|
|
66
66
|
)
|
|
67
67
|
|
|
@@ -100,12 +100,12 @@ def test_assistant_with_global_and_project_integration(
|
|
|
100
100
|
# Create only global (valid) and project (invalid) integrations.
|
|
101
101
|
# Global integration is created in project which is different from the project of the assistant.
|
|
102
102
|
integration_utils.create_global_integration(
|
|
103
|
-
CredentialTypes.JIRA,
|
|
103
|
+
CredentialTypes.JIRA, CredentialsManager.jira_credentials(), PROJECT
|
|
104
104
|
)
|
|
105
105
|
|
|
106
106
|
integration_utils.create_project_integration(
|
|
107
107
|
CredentialTypes.JIRA,
|
|
108
|
-
|
|
108
|
+
CredentialsManager.invalid_jira_credentials(),
|
|
109
109
|
test_project_name,
|
|
110
110
|
)
|
|
111
111
|
|
|
@@ -141,7 +141,7 @@ def test_assistant_with_project_integration_only(
|
|
|
141
141
|
|
|
142
142
|
# Create project integration only
|
|
143
143
|
integration_utils.create_project_integration(
|
|
144
|
-
CredentialTypes.JIRA,
|
|
144
|
+
CredentialTypes.JIRA, CredentialsManager.jira_credentials(), test_project_name
|
|
145
145
|
)
|
|
146
146
|
|
|
147
147
|
jira_assistant = assistant(
|
|
@@ -174,13 +174,13 @@ def test_assistant_with_global_valid_and_user_invalid_integration(
|
|
|
174
174
|
|
|
175
175
|
# Create global valid integration.
|
|
176
176
|
integration_utils.create_global_integration(
|
|
177
|
-
CredentialTypes.JIRA,
|
|
177
|
+
CredentialTypes.JIRA, CredentialsManager.jira_credentials(), PROJECT
|
|
178
178
|
)
|
|
179
179
|
|
|
180
180
|
# Create user invalid integration.
|
|
181
181
|
integration_utils.create_user_integration(
|
|
182
182
|
CredentialTypes.JIRA,
|
|
183
|
-
|
|
183
|
+
CredentialsManager.invalid_jira_credentials(),
|
|
184
184
|
PROJECT,
|
|
185
185
|
)
|
|
186
186
|
|
|
@@ -214,13 +214,13 @@ def test_assistant_with_project_valid_and_user_invalid_integration(
|
|
|
214
214
|
|
|
215
215
|
# Create project valid integration.
|
|
216
216
|
integration_utils.create_project_integration(
|
|
217
|
-
CredentialTypes.JIRA,
|
|
217
|
+
CredentialTypes.JIRA, CredentialsManager.jira_credentials(), test_project_name
|
|
218
218
|
)
|
|
219
219
|
|
|
220
220
|
# Create user invalid integration.
|
|
221
221
|
integration_utils.create_user_integration(
|
|
222
222
|
CredentialTypes.JIRA,
|
|
223
|
-
|
|
223
|
+
CredentialsManager.invalid_jira_credentials(),
|
|
224
224
|
PROJECT,
|
|
225
225
|
)
|
|
226
226
|
|
|
@@ -10,7 +10,7 @@ from codemie_test_harness.tests.enums.tools import Toolkit, AzureDevOpsWikiTool
|
|
|
10
10
|
from codemie_test_harness.tests.test_data.ado_wiki_tools_test_data import (
|
|
11
11
|
ado_wiki_get_test_data,
|
|
12
12
|
)
|
|
13
|
-
from codemie_test_harness.tests.utils.
|
|
13
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
14
14
|
from codemie_test_harness.tests.utils.constants import test_project_name
|
|
15
15
|
|
|
16
16
|
ado_wiki_prompt = ado_wiki_get_test_data[0][2]
|
|
@@ -51,21 +51,21 @@ def test_assistant_should_use_user_integration_by_default(
|
|
|
51
51
|
|
|
52
52
|
integration_utils.create_user_integration(
|
|
53
53
|
CredentialTypes.AZURE_DEVOPS,
|
|
54
|
-
|
|
54
|
+
CredentialsManager.azure_devops_credentials(),
|
|
55
55
|
test_project_name,
|
|
56
56
|
)
|
|
57
57
|
|
|
58
58
|
if is_global:
|
|
59
59
|
integration_utils.create_global_integration(
|
|
60
60
|
CredentialTypes.AZURE_DEVOPS,
|
|
61
|
-
|
|
61
|
+
CredentialsManager.invalid_ado_credentials(),
|
|
62
62
|
test_project_name,
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
if project_integration:
|
|
66
66
|
integration_utils.create_project_integration(
|
|
67
67
|
CredentialTypes.AZURE_DEVOPS,
|
|
68
|
-
|
|
68
|
+
CredentialsManager.invalid_ado_credentials(),
|
|
69
69
|
test_project_name,
|
|
70
70
|
)
|
|
71
71
|
|
|
@@ -105,12 +105,12 @@ def test_assistant_with_global_and_project_integration(
|
|
|
105
105
|
# Global integration is created in project which is different from the project of the assistant.
|
|
106
106
|
integration_utils.create_global_integration(
|
|
107
107
|
CredentialTypes.AZURE_DEVOPS,
|
|
108
|
-
|
|
108
|
+
CredentialsManager.azure_devops_credentials(),
|
|
109
109
|
PROJECT,
|
|
110
110
|
)
|
|
111
111
|
integration_utils.create_project_integration(
|
|
112
112
|
CredentialTypes.AZURE_DEVOPS,
|
|
113
|
-
|
|
113
|
+
CredentialsManager.invalid_ado_credentials(),
|
|
114
114
|
test_project_name,
|
|
115
115
|
)
|
|
116
116
|
|
|
@@ -147,7 +147,7 @@ def test_assistant_with_project_integration_only(
|
|
|
147
147
|
# Create project integration only
|
|
148
148
|
integration_utils.create_project_integration(
|
|
149
149
|
CredentialTypes.AZURE_DEVOPS,
|
|
150
|
-
|
|
150
|
+
CredentialsManager.azure_devops_credentials(),
|
|
151
151
|
test_project_name,
|
|
152
152
|
)
|
|
153
153
|
|
|
@@ -182,14 +182,14 @@ def test_assistant_with_global_valid_and_user_invalid_integration(
|
|
|
182
182
|
# Create global valid integration.
|
|
183
183
|
integration_utils.create_global_integration(
|
|
184
184
|
CredentialTypes.AZURE_DEVOPS,
|
|
185
|
-
|
|
185
|
+
CredentialsManager.azure_devops_credentials(),
|
|
186
186
|
PROJECT,
|
|
187
187
|
)
|
|
188
188
|
|
|
189
189
|
# Create user invalid integration.
|
|
190
190
|
integration_utils.create_user_integration(
|
|
191
191
|
CredentialTypes.AZURE_DEVOPS,
|
|
192
|
-
|
|
192
|
+
CredentialsManager.invalid_ado_credentials(),
|
|
193
193
|
PROJECT,
|
|
194
194
|
)
|
|
195
195
|
|
|
@@ -224,14 +224,14 @@ def test_assistant_with_project_valid_and_user_invalid_integration(
|
|
|
224
224
|
# Create project valid integration.
|
|
225
225
|
integration_utils.create_project_integration(
|
|
226
226
|
CredentialTypes.AZURE_DEVOPS,
|
|
227
|
-
|
|
227
|
+
CredentialsManager.azure_devops_credentials(),
|
|
228
228
|
test_project_name,
|
|
229
229
|
)
|
|
230
230
|
|
|
231
231
|
# Create user invalid integration.
|
|
232
232
|
integration_utils.create_user_integration(
|
|
233
233
|
CredentialTypes.AZURE_DEVOPS,
|
|
234
|
-
|
|
234
|
+
CredentialsManager.invalid_ado_credentials(),
|
|
235
235
|
PROJECT,
|
|
236
236
|
)
|
|
237
237
|
|
|
@@ -10,7 +10,7 @@ from codemie_test_harness.tests.enums.tools import Toolkit, GitTool
|
|
|
10
10
|
from codemie_test_harness.tests.test_data.git_tools_test_data import (
|
|
11
11
|
list_branches_set_active_branch_test_data,
|
|
12
12
|
)
|
|
13
|
-
from codemie_test_harness.tests.utils.
|
|
13
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
14
14
|
from codemie_test_harness.tests.utils.constants import test_project_name
|
|
15
15
|
|
|
16
16
|
|
|
@@ -55,7 +55,7 @@ def test_assistant_should_use_user_integration_by_default(
|
|
|
55
55
|
)
|
|
56
56
|
|
|
57
57
|
_git_integration = integration_utils.create_user_integration(
|
|
58
|
-
CredentialTypes.GIT,
|
|
58
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), test_project_name
|
|
59
59
|
)
|
|
60
60
|
|
|
61
61
|
# create a new datasource
|
|
@@ -68,14 +68,14 @@ def test_assistant_should_use_user_integration_by_default(
|
|
|
68
68
|
if is_global:
|
|
69
69
|
integration_utils.create_global_integration(
|
|
70
70
|
CredentialTypes.GIT,
|
|
71
|
-
|
|
71
|
+
CredentialsManager.invalid_git_credentials(),
|
|
72
72
|
test_project_name,
|
|
73
73
|
)
|
|
74
74
|
|
|
75
75
|
if project_integration:
|
|
76
76
|
integration_utils.create_project_integration(
|
|
77
77
|
CredentialTypes.GIT,
|
|
78
|
-
|
|
78
|
+
CredentialsManager.invalid_git_credentials(),
|
|
79
79
|
test_project_name,
|
|
80
80
|
)
|
|
81
81
|
|
|
@@ -112,7 +112,7 @@ def test_assistant_with_global_and_project_integration(
|
|
|
112
112
|
"""
|
|
113
113
|
# Create datasource
|
|
114
114
|
_git_integration = integration_utils.create_global_integration(
|
|
115
|
-
CredentialTypes.GIT,
|
|
115
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), test_project_name
|
|
116
116
|
)
|
|
117
117
|
git_datasource = datasource_utils.create_gitlab_datasource(
|
|
118
118
|
setting_id=_git_integration.id,
|
|
@@ -129,12 +129,12 @@ def test_assistant_with_global_and_project_integration(
|
|
|
129
129
|
# Create only global (valid) and project (invalid) integrations.
|
|
130
130
|
# Global integration is created in project which is different from the project of the assistant.
|
|
131
131
|
_git_integration = integration_utils.create_global_integration(
|
|
132
|
-
CredentialTypes.GIT,
|
|
132
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), PROJECT
|
|
133
133
|
)
|
|
134
134
|
|
|
135
135
|
integration_utils.create_project_integration(
|
|
136
136
|
CredentialTypes.GIT,
|
|
137
|
-
|
|
137
|
+
CredentialsManager.invalid_git_credentials(),
|
|
138
138
|
test_project_name,
|
|
139
139
|
)
|
|
140
140
|
|
|
@@ -174,7 +174,7 @@ def test_assistant_with_project_integration_only(
|
|
|
174
174
|
|
|
175
175
|
# Create project integration only
|
|
176
176
|
_git_integration = integration_utils.create_project_integration(
|
|
177
|
-
CredentialTypes.GIT,
|
|
177
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), test_project_name
|
|
178
178
|
)
|
|
179
179
|
|
|
180
180
|
# create a new datasource
|
|
@@ -216,7 +216,7 @@ def test_assistant_with_global_valid_and_user_invalid_integration(
|
|
|
216
216
|
"""
|
|
217
217
|
# Create datasource
|
|
218
218
|
_git_integration = integration_utils.create_global_integration(
|
|
219
|
-
CredentialTypes.GIT,
|
|
219
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), test_project_name
|
|
220
220
|
)
|
|
221
221
|
git_datasource = datasource_utils.create_gitlab_datasource(
|
|
222
222
|
setting_id=_git_integration.id,
|
|
@@ -232,13 +232,13 @@ def test_assistant_with_global_valid_and_user_invalid_integration(
|
|
|
232
232
|
|
|
233
233
|
# Create global valid integration
|
|
234
234
|
_git_integration = integration_utils.create_global_integration(
|
|
235
|
-
CredentialTypes.GIT,
|
|
235
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), PROJECT
|
|
236
236
|
)
|
|
237
237
|
|
|
238
238
|
# Create user invalid integration
|
|
239
239
|
integration_utils.create_user_integration(
|
|
240
240
|
CredentialTypes.GIT,
|
|
241
|
-
|
|
241
|
+
CredentialsManager.invalid_git_credentials(),
|
|
242
242
|
PROJECT,
|
|
243
243
|
)
|
|
244
244
|
|
|
@@ -274,7 +274,7 @@ def test_assistant_with_project_valid_and_user_invalid_integration(
|
|
|
274
274
|
"""
|
|
275
275
|
# Create datasource
|
|
276
276
|
_git_integration = integration_utils.create_global_integration(
|
|
277
|
-
CredentialTypes.GIT,
|
|
277
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), test_project_name
|
|
278
278
|
)
|
|
279
279
|
git_datasource = datasource_utils.create_gitlab_datasource(
|
|
280
280
|
setting_id=_git_integration.id,
|
|
@@ -290,13 +290,13 @@ def test_assistant_with_project_valid_and_user_invalid_integration(
|
|
|
290
290
|
|
|
291
291
|
# Create global valid integration
|
|
292
292
|
_git_integration = integration_utils.create_project_integration(
|
|
293
|
-
CredentialTypes.GIT,
|
|
293
|
+
CredentialTypes.GIT, CredentialsManager.gitlab_credentials(), test_project_name
|
|
294
294
|
)
|
|
295
295
|
|
|
296
296
|
# Create user invalid integration
|
|
297
297
|
integration_utils.create_user_integration(
|
|
298
298
|
CredentialTypes.GIT,
|
|
299
|
-
|
|
299
|
+
CredentialsManager.invalid_git_credentials(),
|
|
300
300
|
PROJECT,
|
|
301
301
|
)
|
|
302
302
|
|
|
@@ -10,7 +10,7 @@ from codemie_test_harness.tests.test_data.ado_test_plan_tools_test_data import (
|
|
|
10
10
|
ADO_TEST_PLAN_DELETE_SUITE,
|
|
11
11
|
ADO_TEST_PLAN_DELETE_PLAN,
|
|
12
12
|
)
|
|
13
|
-
from codemie_test_harness.tests.utils.
|
|
13
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
14
14
|
from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
15
15
|
from codemie_test_harness.tests.utils.constants import ID_PATTERN
|
|
16
16
|
from codemie_test_harness.tests.utils.json_utils import extract_id_from_ado_response
|
|
@@ -34,7 +34,7 @@ def test_assistant_with_ado_test_plan_get_tools(
|
|
|
34
34
|
prompt,
|
|
35
35
|
expected_response,
|
|
36
36
|
):
|
|
37
|
-
credential_values =
|
|
37
|
+
credential_values = CredentialsManager.azure_devops_credentials()
|
|
38
38
|
settings = integration_utils.create_integration(
|
|
39
39
|
CredentialTypes.AZURE_DEVOPS, credential_values
|
|
40
40
|
)
|
|
@@ -58,7 +58,7 @@ def test_assistant_with_ado_test_plan_tools(
|
|
|
58
58
|
similarity_check,
|
|
59
59
|
):
|
|
60
60
|
test_plan_title = f"Autotest Test Plan {get_random_name()}"
|
|
61
|
-
credential_values =
|
|
61
|
+
credential_values = CredentialsManager.azure_devops_credentials()
|
|
62
62
|
settings = integration_utils.create_integration(
|
|
63
63
|
CredentialTypes.AZURE_DEVOPS, credential_values
|
|
64
64
|
)
|
|
@@ -9,7 +9,7 @@ from codemie_test_harness.tests.test_data.ado_wiki_tools_test_data import (
|
|
|
9
9
|
ADO_WIKI_MODIFY_PAGE,
|
|
10
10
|
ADO_WIKI_DELETE_PAGE,
|
|
11
11
|
)
|
|
12
|
-
from codemie_test_harness.tests.utils.
|
|
12
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
13
13
|
from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
14
14
|
|
|
15
15
|
|
|
@@ -31,7 +31,7 @@ def test_assistant_with_ado_wiki_get_tools(
|
|
|
31
31
|
prompt,
|
|
32
32
|
expected_response,
|
|
33
33
|
):
|
|
34
|
-
credential_values =
|
|
34
|
+
credential_values = CredentialsManager.azure_devops_credentials()
|
|
35
35
|
settings = integration_utils.create_integration(
|
|
36
36
|
CredentialTypes.AZURE_DEVOPS, credential_values
|
|
37
37
|
)
|
|
@@ -55,7 +55,7 @@ def test_assistant_with_ado_wiki_modify_tools(
|
|
|
55
55
|
similarity_check,
|
|
56
56
|
):
|
|
57
57
|
page_title = f"Autotest-Page-{get_random_name()}"
|
|
58
|
-
credential_values =
|
|
58
|
+
credential_values = CredentialsManager.azure_devops_credentials()
|
|
59
59
|
settings = integration_utils.create_integration(
|
|
60
60
|
CredentialTypes.AZURE_DEVOPS, credential_values
|
|
61
61
|
)
|
|
@@ -8,7 +8,7 @@ from codemie_test_harness.tests.test_data.ado_work_item_tools_test_data import (
|
|
|
8
8
|
ADO_WORK_ITEM_UPDATE,
|
|
9
9
|
ADO_WORK_ITEM_LINK,
|
|
10
10
|
)
|
|
11
|
-
from codemie_test_harness.tests.utils.
|
|
11
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
12
12
|
from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
13
13
|
from codemie_test_harness.tests.utils.constants import WORK_ITEM_ID_PATTERN
|
|
14
14
|
from codemie_test_harness.tests.utils.json_utils import extract_id_from_ado_response
|
|
@@ -32,7 +32,7 @@ def test_assistant_with_ado_work_item_get_tools(
|
|
|
32
32
|
prompt,
|
|
33
33
|
expected_response,
|
|
34
34
|
):
|
|
35
|
-
credential_values =
|
|
35
|
+
credential_values = CredentialsManager.azure_devops_credentials()
|
|
36
36
|
settings = integration_utils.create_integration(
|
|
37
37
|
CredentialTypes.AZURE_DEVOPS, credential_values
|
|
38
38
|
)
|
|
@@ -55,7 +55,7 @@ def test_assistant_with_ado_work_item_modify_tools(
|
|
|
55
55
|
integration_utils,
|
|
56
56
|
similarity_check,
|
|
57
57
|
):
|
|
58
|
-
credential_values =
|
|
58
|
+
credential_values = CredentialsManager.azure_devops_credentials()
|
|
59
59
|
settings = integration_utils.create_integration(
|
|
60
60
|
CredentialTypes.AZURE_DEVOPS, credential_values
|
|
61
61
|
)
|
|
@@ -17,7 +17,7 @@ from codemie_test_harness.tests.test_data.data_management_tools_test_data import
|
|
|
17
17
|
SQL_TOOL_QUERY_TABLE_TASK,
|
|
18
18
|
RESPONSE_FOR_SQL,
|
|
19
19
|
)
|
|
20
|
-
from codemie_test_harness.tests.utils.
|
|
20
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
21
21
|
from codemie_test_harness.tests.utils.env_resolver import EnvironmentResolver
|
|
22
22
|
|
|
23
23
|
pytestmark = pytest.mark.skipif(
|
|
@@ -33,7 +33,7 @@ pytestmark = pytest.mark.skipif(
|
|
|
33
33
|
def test_create_assistant_with_elastic_tool(
|
|
34
34
|
integration_utils, assistant, assistant_utils, similarity_check
|
|
35
35
|
):
|
|
36
|
-
credential_values =
|
|
36
|
+
credential_values = CredentialsManager.elasticsearch_credentials()
|
|
37
37
|
settings = integration_utils.create_integration(
|
|
38
38
|
CredentialTypes.ELASTIC, credential_values
|
|
39
39
|
)
|
|
@@ -60,7 +60,7 @@ def test_create_assistant_with_elastic_tool(
|
|
|
60
60
|
def test_create_assistant_with_sql_tool(
|
|
61
61
|
integration_utils, assistant_utils, assistant, similarity_check, db_dialect
|
|
62
62
|
):
|
|
63
|
-
credential_values =
|
|
63
|
+
credential_values = CredentialsManager.sql_credentials(db_dialect)
|
|
64
64
|
settings = integration_utils.create_integration(
|
|
65
65
|
CredentialTypes.SQL, credential_values
|
|
66
66
|
)
|
|
@@ -6,7 +6,7 @@ from hamcrest import assert_that, contains_string
|
|
|
6
6
|
|
|
7
7
|
from codemie_sdk.models.integration import CredentialTypes
|
|
8
8
|
from codemie_test_harness.tests import autotest_entity_prefix
|
|
9
|
-
from codemie_test_harness.tests.utils.
|
|
9
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
10
10
|
from codemie_test_harness.tests.utils.env_resolver import EnvironmentResolver
|
|
11
11
|
from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
12
12
|
from codemie_test_harness.tests.test_data.mcp_server_test_data import (
|
|
@@ -45,7 +45,7 @@ def test_cli_mcp_server(
|
|
|
45
45
|
def test_env_var_in_mcp_server(
|
|
46
46
|
assistant_utils, assistant, similarity_check, integration_utils
|
|
47
47
|
):
|
|
48
|
-
credential_values =
|
|
48
|
+
credential_values = CredentialsManager.mcp_credentials()
|
|
49
49
|
settings = integration_utils.create_integration(
|
|
50
50
|
CredentialTypes.MCP, credential_values
|
|
51
51
|
)
|
|
@@ -3,7 +3,7 @@ from hamcrest import assert_that, equal_to
|
|
|
3
3
|
|
|
4
4
|
from codemie_sdk.models.integration import CredentialTypes
|
|
5
5
|
from codemie_test_harness.tests.enums.tools import Toolkit, NotificationTool
|
|
6
|
-
from codemie_test_harness.tests.utils.
|
|
6
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
7
7
|
from codemie_test_harness.tests.enums.environment import Environment
|
|
8
8
|
from codemie_test_harness.tests.utils.env_resolver import get_environment
|
|
9
9
|
from codemie_test_harness.tests.test_data.notification_tools_test_data import (
|
|
@@ -31,7 +31,7 @@ def test_assistant_with_email_tool(
|
|
|
31
31
|
integration_utils,
|
|
32
32
|
gmail_message_operator,
|
|
33
33
|
):
|
|
34
|
-
credential_values =
|
|
34
|
+
credential_values = CredentialsManager.gmail_credentials()
|
|
35
35
|
settings = integration_utils.create_integration(
|
|
36
36
|
CredentialTypes.EMAIL, credential_values
|
|
37
37
|
)
|
|
@@ -69,7 +69,7 @@ def test_assistant_with_email_tool(
|
|
|
69
69
|
def test_assistant_with_telegram_tool(
|
|
70
70
|
assistant, assistant_utils, similarity_check, integration_utils
|
|
71
71
|
):
|
|
72
|
-
credential_values =
|
|
72
|
+
credential_values = CredentialsManager.telegram_credentials()
|
|
73
73
|
settings = integration_utils.create_integration(
|
|
74
74
|
CredentialTypes.TELEGRAM, credential_values
|
|
75
75
|
)
|
|
@@ -13,7 +13,7 @@ from codemie_test_harness.tests.test_data.pm_tools_test_data import (
|
|
|
13
13
|
from codemie_test_harness.tests.test_data.project_management_test_data import (
|
|
14
14
|
pm_tools_test_data,
|
|
15
15
|
)
|
|
16
|
-
from codemie_test_harness.tests.utils.
|
|
16
|
+
from codemie_test_harness.tests.utils.credentials_manager import CredentialsManager
|
|
17
17
|
from codemie_test_harness.tests.utils.base_utils import credentials_to_dict
|
|
18
18
|
from codemie_test_harness.tests.utils.constants import (
|
|
19
19
|
project_management_integrations,
|
|
@@ -60,7 +60,7 @@ def test_assistant_with_jira_tool_and_integration_id_in_chat(
|
|
|
60
60
|
assistant, assistant_utils, integration_utils, similarity_check, jira_integration
|
|
61
61
|
):
|
|
62
62
|
invalid_settings = integration_utils.create_integration(
|
|
63
|
-
CredentialTypes.JIRA,
|
|
63
|
+
CredentialTypes.JIRA, CredentialsManager.invalid_jira_credentials()
|
|
64
64
|
)
|
|
65
65
|
tool_config = ToolConfig(
|
|
66
66
|
name=ProjectManagementTool.JIRA, integration_id=jira_integration.id
|
|
@@ -87,7 +87,7 @@ def test_assistant_with_jira_tool_and_credentials_in_chat(
|
|
|
87
87
|
):
|
|
88
88
|
tool_config = ToolConfig(
|
|
89
89
|
name=ProjectManagementTool.JIRA,
|
|
90
|
-
tool_creds=credentials_to_dict(
|
|
90
|
+
tool_creds=credentials_to_dict(CredentialsManager.jira_credentials()),
|
|
91
91
|
)
|
|
92
92
|
|
|
93
93
|
assistant = assistant(
|
|
@@ -113,7 +113,7 @@ def test_assistant_with_confluence_tool_and_integration_id_in_chat(
|
|
|
113
113
|
confluence_integration,
|
|
114
114
|
):
|
|
115
115
|
invalid_settings = integration_utils.create_integration(
|
|
116
|
-
CredentialTypes.JIRA,
|
|
116
|
+
CredentialTypes.JIRA, CredentialsManager.invalid_confluence_credentials()
|
|
117
117
|
)
|
|
118
118
|
tool_config = ToolConfig(
|
|
119
119
|
name=ProjectManagementTool.CONFLUENCE, integration_id=confluence_integration.id
|
|
@@ -140,7 +140,7 @@ def test_assistant_with_confluence_tool_and_credentials_in_chat(
|
|
|
140
140
|
):
|
|
141
141
|
tool_config = ToolConfig(
|
|
142
142
|
name=ProjectManagementTool.CONFLUENCE,
|
|
143
|
-
tool_creds=credentials_to_dict(
|
|
143
|
+
tool_creds=credentials_to_dict(CredentialsManager.confluence_credentials()),
|
|
144
144
|
)
|
|
145
145
|
|
|
146
146
|
assistant = assistant(Toolkit.PROJECT_MANAGEMENT, ProjectManagementTool.CONFLUENCE)
|