codemie-test-harness 0.1.174__tar.gz → 0.1.176__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.174 → codemie_test_harness-0.1.176}/PKG-INFO +2 -2
- {codemie_test_harness-0.1.174/codemie_test_harness/tests/ui/_test_data → codemie_test_harness-0.1.176/codemie_test_harness/tests/test_data}/assistant_test_data.py +0 -198
- codemie_test_harness-0.1.176/codemie_test_harness/tests/ui/_test_data/assistant_test_data.py +197 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/pyproject.toml +2 -2
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/README.md +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/.env +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/cli.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/commands/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/commands/assistant_cmd.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/commands/config_cmd.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/commands/run_cmd.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/commands/workflow_cmd.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/constants.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/runner.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/pytest.ini +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/datasource/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/datasource/test_code_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/datasource/test_confluence_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/datasource/test_file_indexing.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/datasource/test_google_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/datasource/test_jira_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/test_assistants.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/access_management/test_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/ado/test_assistant_for_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/cloud/test_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/codebase/test_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/datamanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/datamanagement/test_assistant_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/filemanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/filemanagement/test_assistant_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/git/test_assistant_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/mcp/test_cli_mcp_server.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/mcp/test_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/mcp/test_single_assistant_dual_time_plugins.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/notification/test_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/openapi/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/openapi/test_assistant_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/plugin/test_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/plugin/test_assistant_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/project_management/test_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/report_portal/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/report_portal/test_assistant_report_portal_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/research/test_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/servicenow/test_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/assistant/tools/vcs/test_assistant_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/conftest.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/conversations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/conversations/test_conversations_endpoints.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/e2e/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/e2e/test_e2e.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/enums/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/enums/environment.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/enums/integrations.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/enums/model_types.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/enums/tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/project/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/project/test_default_integrations.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/project/test_project_integrations.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/user/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/user/test_default_integrations.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/integrations/user/test_user_integrations.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/llm/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/llm/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/llm/assistants/test_lite_llm.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/llm/assistants/test_llm.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/providers/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/providers/test_providers_endpoints.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/search/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/search/test_search_assistant.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/search/test_search_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/search/test_search_integration.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/search/test_search_workflow.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_assistant_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_datasource_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_integration_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_llm_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_task_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_user_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_workflow_execution_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/service/test_workflow_service.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/cloud_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/data_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/cloud_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/data_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/direct_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/keycloak_tool_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/project_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/report_portal_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/direct_tools/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/file_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/large-files/large_file.txt +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/provider_payload.json +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.csv +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.docx +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.gif +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.ini +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.jpeg +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.jpg +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.json +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.pdf +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.png +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.pptx +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.txt +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.vtt +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.xlsx +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.xml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test_extended.docx +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/files/test_extended.xlsx +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/git_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/google_datasource_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/index_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/integrations_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/keycloak_tool_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/llm_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/mcp_server_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/openapi.json +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/output_schema_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/plugin_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/pm_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/project_management_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/report_portal_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_assistant_in_state.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_data_source.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_state.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_tool.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_yaml.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/invalid_yaml_format.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_assistant_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_id.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_expression.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_otherwise.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_then.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases_condition.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_default.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_system_prompt.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_tools_id.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow/invalid_config/missing_required_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/test_data/workflow_validation_messages.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/_test_data/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/_test_data/integration_test_data.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/assistants/test_create_assistant.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/conftest.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/integrations/test_create_integration.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/assistants/assistants_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/assistants/create_assistant_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/assistants/generate_with_ai_modal.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/base_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/execution_history_row.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/integration_row.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/menu.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/pop_up.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/workflow_card.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/workflow_execution_history_item.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/workflow_execution_state.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/workflow_sidebar.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/components/workflow_state_card.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/integrations/create_integration_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/integrations/integrations_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/login_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/base_workflow_form_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/create_workflow_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/edit_workflow_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_details_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_template_details.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/workflow_templates_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pageobject/workflows/workflows_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/pytest.ini +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/test_create_workflow.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/test_edit_workflow.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/test_workflow_details.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/test_workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/test_workflow_templates.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/ui/workflows/test_workflows.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/assistant_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/aws_parameters_store.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/base_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/client_factory.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/constants.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/conversation_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/credentials_manager.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/datasource_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/env_resolver.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/env_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/file_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/gitbud_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/http_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/integration_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/json_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/llm_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/logger_util.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/notification_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/provider_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/pytest_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/search_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/similarity_check.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/user_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/workflow_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/utils/yaml_utils.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/access_management/test_workflow_with_assistant_with_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/cloud/test_workflow_with_assistant_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/codebase/test_worfklow_with_assistant_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/data_management/test_workflow_with_assistant_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/git/test_workflow_with_assistant_git_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/mcp/test_workflow_with_assistant_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/notification/test_workflow_with_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/plugin/test_workflow_with_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/project_management/test_workflow_with_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/report_portal/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/research/test_workflow_with_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/assistant_tools/vcs/workflow_with_assistant_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/config_validation/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/config_validation/test_config_validation.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_access_management_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools_elastic.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools_sql.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_plugin_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_report_portal_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/test_workflows.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/access_management/test_workflow_with_keycloak_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/cloud/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/codebase/test_workflow_with_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/data_management/test_workflow_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/git/test_workflow_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/test_workflow_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/project_management/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/report_portal/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/report_portal/test_workflow_with_report_portal_tool.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/research/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/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.176
|
|
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.176)
|
|
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)
|
|
@@ -1,203 +1,5 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Test Data for Assistant UI Tests
|
|
3
|
-
|
|
4
|
-
This module provides test data generation and management for assistant-related UI tests.
|
|
5
|
-
Following best practices by separating test data from test logic and providing
|
|
6
|
-
reusable data factories for consistent testing.
|
|
7
|
-
"""
|
|
8
|
-
|
|
9
|
-
from dataclasses import dataclass
|
|
10
|
-
from typing import Optional, List
|
|
11
1
|
import pytest
|
|
12
2
|
|
|
13
|
-
from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
@dataclass
|
|
17
|
-
class AssistantTestData:
|
|
18
|
-
"""
|
|
19
|
-
Data class for assistant test data.
|
|
20
|
-
|
|
21
|
-
This class encapsulates all the data needed for assistant creation tests,
|
|
22
|
-
providing a clean and type-safe way to manage test data.
|
|
23
|
-
"""
|
|
24
|
-
|
|
25
|
-
name: str
|
|
26
|
-
description: str
|
|
27
|
-
system_prompt: str
|
|
28
|
-
icon_url: Optional[str] = None
|
|
29
|
-
shared: bool = False
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
class AssistantTestDataFactory:
|
|
33
|
-
"""
|
|
34
|
-
Factory class for generating assistant test data.
|
|
35
|
-
|
|
36
|
-
This factory provides various methods to create different types of
|
|
37
|
-
assistant test data for different testing scenarios.
|
|
38
|
-
"""
|
|
39
|
-
|
|
40
|
-
@staticmethod
|
|
41
|
-
def create_minimal_assistant_data() -> AssistantTestData:
|
|
42
|
-
"""
|
|
43
|
-
Create minimal assistant data with only required fields.
|
|
44
|
-
|
|
45
|
-
This represents the most basic assistant creation scenario
|
|
46
|
-
with minimal required information.
|
|
47
|
-
|
|
48
|
-
Returns:
|
|
49
|
-
AssistantTestData: Minimal assistant test data
|
|
50
|
-
"""
|
|
51
|
-
return AssistantTestData(
|
|
52
|
-
name=f"QA Test Assistant {get_random_name()}",
|
|
53
|
-
description="Minimal test assistant for QA automation.",
|
|
54
|
-
system_prompt=(
|
|
55
|
-
"You are a test assistant created for QA validation purposes. "
|
|
56
|
-
"Provide helpful and accurate responses to user queries."
|
|
57
|
-
),
|
|
58
|
-
shared=False,
|
|
59
|
-
icon_url=ICON_URL,
|
|
60
|
-
)
|
|
61
|
-
|
|
62
|
-
@staticmethod
|
|
63
|
-
def create_shared_assistant_data() -> AssistantTestData:
|
|
64
|
-
"""
|
|
65
|
-
Create shared assistant data for public/shared testing scenarios.
|
|
66
|
-
|
|
67
|
-
Returns:
|
|
68
|
-
AssistantTestData: Shared assistant test data
|
|
69
|
-
"""
|
|
70
|
-
return AssistantTestData(
|
|
71
|
-
name=f"QA Shared Assistant {get_random_name()}",
|
|
72
|
-
description="Shared QA assistant available to all team members",
|
|
73
|
-
system_prompt=(
|
|
74
|
-
"You are a shared QA assistant available to the entire team. "
|
|
75
|
-
"Provide collaborative testing support, knowledge sharing, and "
|
|
76
|
-
"help maintain consistent quality standards across projects."
|
|
77
|
-
),
|
|
78
|
-
icon_url=ICON_URL,
|
|
79
|
-
shared=True,
|
|
80
|
-
)
|
|
81
|
-
|
|
82
|
-
@staticmethod
|
|
83
|
-
def create_validation_test_data() -> List[AssistantTestData]:
|
|
84
|
-
"""
|
|
85
|
-
Create a list of assistant data for validation testing scenarios.
|
|
86
|
-
|
|
87
|
-
This includes data for testing various validation scenarios,
|
|
88
|
-
edge cases in form validation, and error handling.
|
|
89
|
-
|
|
90
|
-
Returns:
|
|
91
|
-
List[AssistantTestData]: List of validation test data
|
|
92
|
-
"""
|
|
93
|
-
return [
|
|
94
|
-
# Empty name scenario
|
|
95
|
-
AssistantTestData(
|
|
96
|
-
name="",
|
|
97
|
-
description="Test description",
|
|
98
|
-
system_prompt="Test prompt",
|
|
99
|
-
),
|
|
100
|
-
# Long name scenario
|
|
101
|
-
AssistantTestData(
|
|
102
|
-
name="A" * 100, # Very long name
|
|
103
|
-
description="Test description for long name validation",
|
|
104
|
-
system_prompt="Test prompt for long name scenario",
|
|
105
|
-
),
|
|
106
|
-
# Empty description scenario
|
|
107
|
-
AssistantTestData(
|
|
108
|
-
name="Test Assistant",
|
|
109
|
-
description="",
|
|
110
|
-
system_prompt="Test prompt",
|
|
111
|
-
),
|
|
112
|
-
# Empty system prompt scenario
|
|
113
|
-
AssistantTestData(
|
|
114
|
-
name="Test Assistant",
|
|
115
|
-
description="Test description",
|
|
116
|
-
system_prompt="",
|
|
117
|
-
),
|
|
118
|
-
]
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
class AssistantValidationRules:
|
|
122
|
-
"""
|
|
123
|
-
Validation rules and constraints for assistant data.
|
|
124
|
-
|
|
125
|
-
This class defines the validation rules that should be applied
|
|
126
|
-
to assistant data during testing.
|
|
127
|
-
"""
|
|
128
|
-
|
|
129
|
-
# Field length constraints
|
|
130
|
-
MAX_NAME_LENGTH = 100
|
|
131
|
-
MAX_DESCRIPTION_LENGTH = 1000
|
|
132
|
-
MAX_ICON_URL_LENGTH = 500
|
|
133
|
-
|
|
134
|
-
# Required fields
|
|
135
|
-
REQUIRED_FIELDS = ["name", "description", "system_prompt"]
|
|
136
|
-
|
|
137
|
-
# Validation error messages (expected messages for testing)
|
|
138
|
-
ERROR_MESSAGES = {
|
|
139
|
-
"name_required": "Name is required",
|
|
140
|
-
"name_too_long": f"Name must be less than {MAX_NAME_LENGTH} characters",
|
|
141
|
-
"description_required": "Description is required",
|
|
142
|
-
"description_too_long": f"Description must be less than {MAX_DESCRIPTION_LENGTH} characters",
|
|
143
|
-
"system_prompt_required": "System prompt is required",
|
|
144
|
-
"invalid_url": "Please enter a valid URL",
|
|
145
|
-
"invalid_type": "Please select a valid assistant type",
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
# ==================== CONVENIENCE FUNCTIONS ====================
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
def get_minimal_assistant_data() -> AssistantTestData:
|
|
153
|
-
"""Convenience function to get minimal assistant data."""
|
|
154
|
-
return AssistantTestDataFactory.create_minimal_assistant_data()
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
def get_shared_assistant_data() -> AssistantTestData:
|
|
158
|
-
"""Convenience function to get shared assistant data."""
|
|
159
|
-
return AssistantTestDataFactory.create_shared_assistant_data()
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
def get_validation_test_data() -> List[AssistantTestData]:
|
|
163
|
-
"""Convenience function to get validation test data."""
|
|
164
|
-
return AssistantTestDataFactory.create_validation_test_data()
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
# ==================== TEST DATA CONSTANTS ====================
|
|
168
|
-
|
|
169
|
-
# Common test values for reuse
|
|
170
|
-
COMMON_TEST_PROMPTS = {
|
|
171
|
-
"qa_assistant": (
|
|
172
|
-
"You are a QA testing assistant. Your primary role is to help with "
|
|
173
|
-
"quality assurance tasks, test automation, and ensuring software quality. "
|
|
174
|
-
"Provide detailed and actionable guidance."
|
|
175
|
-
),
|
|
176
|
-
"general_assistant": (
|
|
177
|
-
"You are a helpful assistant. Provide clear, accurate, and helpful "
|
|
178
|
-
"responses to user queries. Always be polite and professional."
|
|
179
|
-
),
|
|
180
|
-
"specialist_assistant": (
|
|
181
|
-
"You are a specialist assistant with deep expertise in your domain. "
|
|
182
|
-
"Provide expert-level guidance and detailed technical solutions."
|
|
183
|
-
),
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
COMMON_TEST_DESCRIPTIONS = {
|
|
187
|
-
"qa_assistant": "QA testing assistant for automation and quality assurance tasks",
|
|
188
|
-
"general_assistant": "General purpose assistant for various tasks and queries",
|
|
189
|
-
"specialist_assistant": "Specialist assistant with domain-specific expertise",
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
COMMON_ICON_URLS = {
|
|
193
|
-
"qa_icon": "https://example.com/qa-assistant-icon.png",
|
|
194
|
-
"general_icon": "https://example.com/general-assistant-icon.png",
|
|
195
|
-
"specialist_icon": "https://example.com/specialist-assistant-icon.png",
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
ICON_URL = "https://raw.githubusercontent.com/epam-gen-ai-run/ai-run-install/main/docs/assets/ai/AQAUiTestGenerator.png"
|
|
199
|
-
|
|
200
|
-
|
|
201
3
|
EXCEL_TOOL_TEST_DATA = [
|
|
202
4
|
pytest.param(
|
|
203
5
|
"Analyze the data in test_extended.xlsx and extract information from visible sheets only",
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Test Data for Assistant UI Tests
|
|
3
|
+
|
|
4
|
+
This module provides test data generation and management for assistant-related UI tests.
|
|
5
|
+
Following best practices by separating test data from test logic and providing
|
|
6
|
+
reusable data factories for consistent testing.
|
|
7
|
+
"""
|
|
8
|
+
|
|
9
|
+
from dataclasses import dataclass
|
|
10
|
+
from typing import Optional, List
|
|
11
|
+
|
|
12
|
+
from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
@dataclass
|
|
16
|
+
class AssistantTestData:
|
|
17
|
+
"""
|
|
18
|
+
Data class for assistant test data.
|
|
19
|
+
|
|
20
|
+
This class encapsulates all the data needed for assistant creation tests,
|
|
21
|
+
providing a clean and type-safe way to manage test data.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
name: str
|
|
25
|
+
description: str
|
|
26
|
+
system_prompt: str
|
|
27
|
+
icon_url: Optional[str] = None
|
|
28
|
+
shared: bool = False
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
class AssistantTestDataFactory:
|
|
32
|
+
"""
|
|
33
|
+
Factory class for generating assistant test data.
|
|
34
|
+
|
|
35
|
+
This factory provides various methods to create different types of
|
|
36
|
+
assistant test data for different testing scenarios.
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
@staticmethod
|
|
40
|
+
def create_minimal_assistant_data() -> AssistantTestData:
|
|
41
|
+
"""
|
|
42
|
+
Create minimal assistant data with only required fields.
|
|
43
|
+
|
|
44
|
+
This represents the most basic assistant creation scenario
|
|
45
|
+
with minimal required information.
|
|
46
|
+
|
|
47
|
+
Returns:
|
|
48
|
+
AssistantTestData: Minimal assistant test data
|
|
49
|
+
"""
|
|
50
|
+
return AssistantTestData(
|
|
51
|
+
name=f"QA Test Assistant {get_random_name()}",
|
|
52
|
+
description="Minimal test assistant for QA automation.",
|
|
53
|
+
system_prompt=(
|
|
54
|
+
"You are a test assistant created for QA validation purposes. "
|
|
55
|
+
"Provide helpful and accurate responses to user queries."
|
|
56
|
+
),
|
|
57
|
+
shared=False,
|
|
58
|
+
icon_url=ICON_URL,
|
|
59
|
+
)
|
|
60
|
+
|
|
61
|
+
@staticmethod
|
|
62
|
+
def create_shared_assistant_data() -> AssistantTestData:
|
|
63
|
+
"""
|
|
64
|
+
Create shared assistant data for public/shared testing scenarios.
|
|
65
|
+
|
|
66
|
+
Returns:
|
|
67
|
+
AssistantTestData: Shared assistant test data
|
|
68
|
+
"""
|
|
69
|
+
return AssistantTestData(
|
|
70
|
+
name=f"QA Shared Assistant {get_random_name()}",
|
|
71
|
+
description="Shared QA assistant available to all team members",
|
|
72
|
+
system_prompt=(
|
|
73
|
+
"You are a shared QA assistant available to the entire team. "
|
|
74
|
+
"Provide collaborative testing support, knowledge sharing, and "
|
|
75
|
+
"help maintain consistent quality standards across projects."
|
|
76
|
+
),
|
|
77
|
+
icon_url=ICON_URL,
|
|
78
|
+
shared=True,
|
|
79
|
+
)
|
|
80
|
+
|
|
81
|
+
@staticmethod
|
|
82
|
+
def create_validation_test_data() -> List[AssistantTestData]:
|
|
83
|
+
"""
|
|
84
|
+
Create a list of assistant data for validation testing scenarios.
|
|
85
|
+
|
|
86
|
+
This includes data for testing various validation scenarios,
|
|
87
|
+
edge cases in form validation, and error handling.
|
|
88
|
+
|
|
89
|
+
Returns:
|
|
90
|
+
List[AssistantTestData]: List of validation test data
|
|
91
|
+
"""
|
|
92
|
+
return [
|
|
93
|
+
# Empty name scenario
|
|
94
|
+
AssistantTestData(
|
|
95
|
+
name="",
|
|
96
|
+
description="Test description",
|
|
97
|
+
system_prompt="Test prompt",
|
|
98
|
+
),
|
|
99
|
+
# Long name scenario
|
|
100
|
+
AssistantTestData(
|
|
101
|
+
name="A" * 100, # Very long name
|
|
102
|
+
description="Test description for long name validation",
|
|
103
|
+
system_prompt="Test prompt for long name scenario",
|
|
104
|
+
),
|
|
105
|
+
# Empty description scenario
|
|
106
|
+
AssistantTestData(
|
|
107
|
+
name="Test Assistant",
|
|
108
|
+
description="",
|
|
109
|
+
system_prompt="Test prompt",
|
|
110
|
+
),
|
|
111
|
+
# Empty system prompt scenario
|
|
112
|
+
AssistantTestData(
|
|
113
|
+
name="Test Assistant",
|
|
114
|
+
description="Test description",
|
|
115
|
+
system_prompt="",
|
|
116
|
+
),
|
|
117
|
+
]
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
class AssistantValidationRules:
|
|
121
|
+
"""
|
|
122
|
+
Validation rules and constraints for assistant data.
|
|
123
|
+
|
|
124
|
+
This class defines the validation rules that should be applied
|
|
125
|
+
to assistant data during testing.
|
|
126
|
+
"""
|
|
127
|
+
|
|
128
|
+
# Field length constraints
|
|
129
|
+
MAX_NAME_LENGTH = 100
|
|
130
|
+
MAX_DESCRIPTION_LENGTH = 1000
|
|
131
|
+
MAX_ICON_URL_LENGTH = 500
|
|
132
|
+
|
|
133
|
+
# Required fields
|
|
134
|
+
REQUIRED_FIELDS = ["name", "description", "system_prompt"]
|
|
135
|
+
|
|
136
|
+
# Validation error messages (expected messages for testing)
|
|
137
|
+
ERROR_MESSAGES = {
|
|
138
|
+
"name_required": "Name is required",
|
|
139
|
+
"name_too_long": f"Name must be less than {MAX_NAME_LENGTH} characters",
|
|
140
|
+
"description_required": "Description is required",
|
|
141
|
+
"description_too_long": f"Description must be less than {MAX_DESCRIPTION_LENGTH} characters",
|
|
142
|
+
"system_prompt_required": "System prompt is required",
|
|
143
|
+
"invalid_url": "Please enter a valid URL",
|
|
144
|
+
"invalid_type": "Please select a valid assistant type",
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
# ==================== CONVENIENCE FUNCTIONS ====================
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
def get_minimal_assistant_data() -> AssistantTestData:
|
|
152
|
+
"""Convenience function to get minimal assistant data."""
|
|
153
|
+
return AssistantTestDataFactory.create_minimal_assistant_data()
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
def get_shared_assistant_data() -> AssistantTestData:
|
|
157
|
+
"""Convenience function to get shared assistant data."""
|
|
158
|
+
return AssistantTestDataFactory.create_shared_assistant_data()
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
def get_validation_test_data() -> List[AssistantTestData]:
|
|
162
|
+
"""Convenience function to get validation test data."""
|
|
163
|
+
return AssistantTestDataFactory.create_validation_test_data()
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
# ==================== TEST DATA CONSTANTS ====================
|
|
167
|
+
|
|
168
|
+
# Common test values for reuse
|
|
169
|
+
COMMON_TEST_PROMPTS = {
|
|
170
|
+
"qa_assistant": (
|
|
171
|
+
"You are a QA testing assistant. Your primary role is to help with "
|
|
172
|
+
"quality assurance tasks, test automation, and ensuring software quality. "
|
|
173
|
+
"Provide detailed and actionable guidance."
|
|
174
|
+
),
|
|
175
|
+
"general_assistant": (
|
|
176
|
+
"You are a helpful assistant. Provide clear, accurate, and helpful "
|
|
177
|
+
"responses to user queries. Always be polite and professional."
|
|
178
|
+
),
|
|
179
|
+
"specialist_assistant": (
|
|
180
|
+
"You are a specialist assistant with deep expertise in your domain. "
|
|
181
|
+
"Provide expert-level guidance and detailed technical solutions."
|
|
182
|
+
),
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
COMMON_TEST_DESCRIPTIONS = {
|
|
186
|
+
"qa_assistant": "QA testing assistant for automation and quality assurance tasks",
|
|
187
|
+
"general_assistant": "General purpose assistant for various tasks and queries",
|
|
188
|
+
"specialist_assistant": "Specialist assistant with domain-specific expertise",
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
COMMON_ICON_URLS = {
|
|
192
|
+
"qa_icon": "https://example.com/qa-assistant-icon.png",
|
|
193
|
+
"general_icon": "https://example.com/general-assistant-icon.png",
|
|
194
|
+
"specialist_icon": "https://example.com/specialist-assistant-icon.png",
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
ICON_URL = "https://raw.githubusercontent.com/epam-gen-ai-run/ai-run-install/main/docs/assets/ai/AQAUiTestGenerator.png"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "codemie-test-harness"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.176"
|
|
4
4
|
description = "Autotest for CodeMie backend and UI"
|
|
5
5
|
authors = [
|
|
6
6
|
"Anton Yeromin <anton_yeromin@epam.com>",
|
|
@@ -12,7 +12,7 @@ packages = [
|
|
|
12
12
|
|
|
13
13
|
[tool.poetry.dependencies]
|
|
14
14
|
python = "^3.12"
|
|
15
|
-
codemie-sdk-python = "0.1.
|
|
15
|
+
codemie-sdk-python = "0.1.176"
|
|
16
16
|
pytest = "^8.4.1"
|
|
17
17
|
python-dotenv = "^1.1.0"
|
|
18
18
|
PyHamcrest = "^2.1.0"
|
|
File without changes
|
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/__init__.py
RENAMED
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/__init__.py
RENAMED
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/cli.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/constants.py
RENAMED
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/runner.py
RENAMED
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/cli/utils.py
RENAMED
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/pytest.ini
RENAMED
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codemie_test_harness-0.1.174 → codemie_test_harness-0.1.176}/codemie_test_harness/tests/conftest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|