codemie-test-harness 0.1.124__tar.gz → 0.1.126__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.124 → codemie_test_harness-0.1.126}/PKG-INFO +2 -2
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/runner.py +1 -1
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/pyproject.toml +2 -2
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/datasource/test_file_indexing.py +0 -1
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/test_assistants.py +0 -1
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/project_management_tools_test_data.py +37 -10
- codemie_test_harness-0.1.126/tests/test_data/direct_tools/research_tools_test_data.py +318 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/file_test_data.py +0 -10
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/datasource_utils.py +1 -3
- codemie_test_harness-0.1.126/tests/workflow/direct_tools_calling/test_workflow_with_project_management_tools.py +108 -0
- codemie_test_harness-0.1.126/tests/workflow/direct_tools_calling/test_workflow_with_research_tools.py +80 -0
- codemie_test_harness-0.1.124/tests/test_data/files/test.ods +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/README.md +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/cli.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/commands/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/commands/config_cmd.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/commands/run_cmd.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/constants.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/datasource/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/datasource/test_code_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/datasource/test_confluence_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/datasource/test_google_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/datasource/test_jira_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/ado/test_assistant_for_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/ado/test_assistant_for_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/ado/test_assistant_for_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/cloud/test_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/codebase/test_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/datamanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/datamanagement/test_assistant_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/filemanagement/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/filemanagement/test_assistant_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/git/test_assistant_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/mcp/test_cli_mcp_server.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/mcp/test_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/notification/test_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/openapi/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/openapi/test_assistant_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/plugin/test_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/plugin/test_assistant_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/project_management/test_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/research/test_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/servicenow/test_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/tools/vcs/test_assistant_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/conftest.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/e2e/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/e2e/test_e2e.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/enums/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/enums/integrations.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/enums/model_types.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/enums/tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/project/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/project/test_default_integrations.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/project/test_project_integrations.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/user/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/user/test_default_integrations.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/integrations/user/test_user_integrations.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/llm/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/llm/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/llm/assistants/test_llm.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/search/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/search/test_search_assistant.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/search/test_search_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/search/test_search_integration.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/search/test_search_workflow.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_assistant_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_datasource_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_integration_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_llm_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_task_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_user_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_workflow_execution_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/service/test_workflow_service.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/cloud_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/data_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/ado_test_plan_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/ado_wiki_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/ado_work_item_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/cloud_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/codebase_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/data_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/direct_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/direct_tools/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/file_management_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/large-files/large_file.txt +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.csv +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.docx +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.gif +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.ini +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.jpeg +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.jpg +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.json +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.pdf +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.png +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.pptx +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.txt +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.vtt +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.xlsx +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.xml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/files/test.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/git_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/google_datasource_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/index_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/integrations_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/llm_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/mcp_server_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/notification_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/open_api_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/openapi.json +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/output_schema_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/plugin_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/pm_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/project_management_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/research_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/servicenow_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/vcs_tools_test_data.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_assistant_in_state.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_data_source.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_state.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_tool.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_yaml.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/invalid_yaml_format.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_assistant_id.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_assistant_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_id.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_expression.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_otherwise.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_condition_then.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases_condition.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_cases_state_id.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_next_switch_default.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_retry_backoff_factor.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_retry_initial_interval.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_attempts.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_states_retry_max_interval.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_system_prompt.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_tools_id.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow/invalid_config/missing_required_tools_name.yaml +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/workflow_validation_messages.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/conftest.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/assistants/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/assistants/assistants_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/base_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/execution_history_row.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/header.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/pop_up.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/workflow_card.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/workflow_execution_history_item.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/workflow_execution_state.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/workflow_sidebar.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/components/workflow_state_card.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/login_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/base_workflow_form_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/create_workflow_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/edit_workflow_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/workflow_details_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/workflow_template_details.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/workflow_templates_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/pageobject/workflows/workflows_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/test_create_workflow.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/test_edit_workflow.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/test_workflow_details.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/test_workflow_executions_page.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/test_workflow_templates.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/ui/test_workflows.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/assistant_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/aws_parameters_store.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/base_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/client_factory.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/constants.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/file_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/gitbud_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/http_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/integration_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/json_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/logger_util.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/notification_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/pytest_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/search_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/similarity_check.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/workflow_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/yaml_utils.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/ado/test_workflow_with_assistant_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/cloud/test_workflow_with_assistant_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/codebase/test_worfklow_with_assistant_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/data_management/test_workflow_with_assistant_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/file_management/test_workflow_with_assistant_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/git/test_workflow_with_assistant_git_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/mcp/test_workflow_with_assistant_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/notification/test_workflow_with_assistant_notification_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/open_api/test_workflow_with_assistant_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/plugin/test_workflow_with_assistant_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/plugin/test_workflow_with_assistant_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/project_management/test_workflow_with_assistant_pm_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/research/test_workflow_with_assistant_research_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/assistant_tools/vcs/workflow_with_assistant_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/config_validation/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/config_validation/test_config_validation.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_plugin_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/direct_tools_calling/test_workflow_with_vcs_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/test_workflows.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/ado/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_test_plan_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_wiki_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/ado/test_workflow_with_ado_work_item_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/cloud/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/cloud/test_workflow_with_cloud_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/codebase/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/codebase/test_workflow_with_codebase_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/data_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/data_management/test_workflow_with_data_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/default_integrations/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_kit.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/default_integrations/test_default_integrations_for_tool_with_datasource.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/file_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/file_management/test_workflow_with_file_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/git/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/git/test_workflow_with_git_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/mcp/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/mcp/test_workflow_with_mcp_server.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/notification/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/notification/test_workflow_with_notification_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/open_api/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/open_api/test_workflow_with_open_api_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/plugin/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_development_plugin.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/plugin/test_workflow_with_plugin_and_mcp_servers.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/project_management/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/project_management/test_workflow_with_project_management_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/research/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/research/test_workflow_with_research_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/servicenow/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/workflow/virtual_assistant_tools/vcs/__init__.py +0 -0
- {codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/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.126
|
|
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.126)
|
|
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.124 → codemie_test_harness-0.1.126}/codemie_test_harness/cli/runner.py
RENAMED
|
@@ -8,7 +8,7 @@ from .constants import CONSOLE
|
|
|
8
8
|
def build_pytest_cmd(
|
|
9
9
|
workers: int, marks: str, reruns: int, extra: Iterable[str] | None = None
|
|
10
10
|
) -> List[str]:
|
|
11
|
-
cmd = [sys.executable, "-m", "pytest"]
|
|
11
|
+
cmd = [sys.executable, "-m", "pytest", "../../tests"]
|
|
12
12
|
if workers:
|
|
13
13
|
cmd += ["-n", str(workers)]
|
|
14
14
|
if marks:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "codemie-test-harness"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.126"
|
|
4
4
|
description = "Autotest for CodeMie backend and UI"
|
|
5
5
|
authors = [
|
|
6
6
|
"Anton Yeromin <anton_yeromin@epam.com>",
|
|
@@ -13,7 +13,7 @@ packages = [
|
|
|
13
13
|
|
|
14
14
|
[tool.poetry.dependencies]
|
|
15
15
|
python = "^3.12"
|
|
16
|
-
codemie-sdk-python = "0.1.
|
|
16
|
+
codemie-sdk-python = "0.1.126"
|
|
17
17
|
pytest = "^8.4.1"
|
|
18
18
|
python-dotenv = "^1.1.0"
|
|
19
19
|
PyHamcrest = "^2.1.0"
|
{codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/assistant/test_assistants.py
RENAMED
|
@@ -220,7 +220,6 @@ def test_create_assistant_and_prompt_with_file(
|
|
|
220
220
|
prompt = (
|
|
221
221
|
f"What is the content/text of the {file_name}. Show information from ALL pages. "
|
|
222
222
|
"For PDF use 'Text' for query. If provided file is CSV then run python_repl_ast tool and show first 5 rows."
|
|
223
|
-
"For images use Image Tool to explain what you see on it"
|
|
224
223
|
)
|
|
225
224
|
|
|
226
225
|
assistant = assistant(system_prompt=system_prompt_for_chatting_with_files)
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
from tests.enums.tools import Toolkit, ProjectManagementTool
|
|
2
|
+
from tests.utils.constants import ProjectManagementIntegrationType
|
|
2
3
|
|
|
3
4
|
project_management_tools_data = [
|
|
4
5
|
(
|
|
5
6
|
Toolkit.PROJECT_MANAGEMENT,
|
|
6
7
|
ProjectManagementTool.JIRA,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
"relative_url": "/rest/api/2/issue/EPMCDME-222",
|
|
10
|
-
"params": {},
|
|
11
|
-
},
|
|
8
|
+
ProjectManagementIntegrationType.JIRA,
|
|
9
|
+
{"method": "GET", "relative_url": "/rest/api/2/issue/EPMCDME-222"},
|
|
12
10
|
"""
|
|
13
11
|
HTTP: GET /rest/api/2/issue/EPMCDME-222 -> 200 OK {"expand":"renderedFields,names,schema,operations,editmeta,
|
|
14
12
|
changelog,versionedRepresentations","id":"6959493","self":"https://jiraeu.epam.com/rest/api/2/issue/6959493",
|
|
15
13
|
"key":"EPMCDME-222","fields":{"customfield_38400":null,"customfield_38401":null,"customfield_38402":null,
|
|
16
14
|
"customfield_34834":null,"customfield_38403":null,"resolution":{"self":"https://jiraeu.epam.com/rest/api/2/
|
|
17
|
-
resolution/18","id":"18","description":"Resolution if a task or defect is no longer valid based on changes in
|
|
15
|
+
resolution/18","id":"18","description":"Resolution if a task or defect is no longer valid based on changes in
|
|
18
16
|
the system or requirements","name":"Obsolete"},"customfield_38404":null,"customfield_17702":null,"customfield_
|
|
19
17
|
38405":null,"customfield_38406":null,"customfield_32300":null,"customfield_22601":null,"lastViewed":null,"
|
|
20
18
|
customfield_38410":null,"labels":["CodeMie"],"customfield_17811":null,"customfield_33400":null,"customfield_
|
|
@@ -40,7 +38,7 @@ project_management_tools_data = [
|
|
|
40
38
|
"customfield_32203":null,"customfield_35720":null,"customfield_11801":null,"customfield_34873":null,"progress":
|
|
41
39
|
{"progress":0,"total":0},"votes":{"self":"https://jiraeu.epam.com/rest/api/2/issue/EPMCDME-222/votes","votes":0,
|
|
42
40
|
"hasVoted":false},"worklog":{"startAt":0,"maxResults":20,"total":0,"worklogs":[]},"archivedby":null,"issuetype":
|
|
43
|
-
{"self":"https://jiraeu.epam.com/rest/api/2/issuetype/6","id":"6","description":"Created by Jira Software - do
|
|
41
|
+
{"self":"https://jiraeu.epam.com/rest/api/2/issuetype/6","id":"6","description":"Created by Jira Software - do
|
|
44
42
|
not edit or delete. Issue type for a big user story that needs to be broken down.","iconUrl":"https://jiraeu.
|
|
45
43
|
epam.com/secure/viewavatar?size=xsmall&avatarId=44407&avatarType=issuetype","name":"Epic","subtask":false,
|
|
46
44
|
"avatarId":44407},"project":{"self":"https://jiraeu.epam.com/rest/api/2/project/79608","id":"79608","key":
|
|
@@ -93,7 +91,7 @@ project_management_tools_data = [
|
|
|
93
91
|
32704":null,"customfield_38138":null,"priority":{"self":"https://jiraeu.epam.com/rest/api/2/priority/3","iconUrl":
|
|
94
92
|
"https://jiraeu.epam.com/images/icons/priorities/major.svg","name":"Major","id":"3"},"customfield_38139":null,"
|
|
95
93
|
customfield_30400":"{summaryBean=com.atlassian.jira.plugin.devstatus.rest.SummaryBean@1f97334[summary={pullrequest=
|
|
96
|
-
com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@38fa97ec[overall=PullRequestOverallBean{stateCount=0,
|
|
94
|
+
com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@38fa97ec[overall=PullRequestOverallBean{stateCount=0,
|
|
97
95
|
state='OPEN', details=PullRequestOverallDetails{openCount=0, mergedCount=0, declinedCount=0}},byInstanceType={}],
|
|
98
96
|
build=com.atlassian.jira.plugin.devstatus.rest.SummaryItemBean@55e68473[overall=com.atlassian.jira.plugin.
|
|
99
97
|
devstatus.summary.beans.BuildOverallBean@394f2cd4[failedBuildCount=0,successfulBuildCount=0,unknownBuildCount=0,
|
|
@@ -119,7 +117,7 @@ project_management_tools_data = [
|
|
|
119
117
|
{\"count\":0,\"lastUpdated\":null},\"byInstanceType\":{}}}},\"isStale\":true}}","customfield_35546":null,
|
|
120
118
|
"customfield_33002":null,"customfield_15109":null,"customfield_35785":null,"timeestimate":null,"versions":[],
|
|
121
119
|
"customfield_35540":null,"customfield_14817":null,"customfield_21901":null,"customfield_25500":null,"status":
|
|
122
|
-
{"self":"https://jiraeu.epam.com/rest/api/2/status/6","description":"The issue is considered finished, the
|
|
120
|
+
{"self":"https://jiraeu.epam.com/rest/api/2/status/6","description":"The issue is considered finished, the
|
|
123
121
|
resolution is correct. Issues which are closed can be reopened.","iconUrl":"https://jiraeu.epam.com/images/icons
|
|
124
122
|
/statuses/closed.png","name":"Closed","id":"6","statusCategory":{"self":"https://jiraeu.epam.com/rest/api/2/
|
|
125
123
|
statuscategory/3","id":3,"key":"done","colorName":"success","name":"Done"}},"customfield_27804":null,"customfield_
|
|
@@ -132,7 +130,7 @@ project_management_tools_data = [
|
|
|
132
130
|
gurska&avatarId=82512","16x16":"https://jiraeu.epam.com/secure/useravatar?size=xsmall&ownerId=iana_gurska&avatar
|
|
133
131
|
Id=82512","32x32":"https://jiraeu.epam.com/secure/useravatar?size=medium&ownerId=iana_gurska&avatarId=82512"},"
|
|
134
132
|
displayName":"Yana Kharchenko","active":true,"timeZone":"Europe/Kiev"},"customfield_26606":null,"customfield_
|
|
135
|
-
38398":null,"customfield_38399":null,"customfield_34902":"(e.g. 16,6%)","customfield_34903":"(e.g. 100 € /
|
|
133
|
+
38398":null,"customfield_38399":null,"customfield_34902":"(e.g. 16,6%)","customfield_34903":"(e.g. 100 € /
|
|
136
134
|
hour)","aggregateprogress":{"progress":0,"total":0},"customfield_30300":null,"customfield_34900":{"self":"
|
|
137
135
|
https://jiraeu.epam.com/rest/api/2/customFieldOption/51127","value":"Emakina Group","id":"51127","disabled":
|
|
138
136
|
true},"customfield_34901":"https://share.emakina.net/display/PT/Our+supplier","customfield_30301":null,"
|
|
@@ -158,4 +156,33 @@ project_management_tools_data = [
|
|
|
158
156
|
_17713":null,"customfield_27500":null}}
|
|
159
157
|
""",
|
|
160
158
|
),
|
|
159
|
+
(
|
|
160
|
+
Toolkit.PROJECT_MANAGEMENT,
|
|
161
|
+
ProjectManagementTool.CONFLUENCE,
|
|
162
|
+
ProjectManagementIntegrationType.CONFLUENCE,
|
|
163
|
+
{
|
|
164
|
+
"method": "GET",
|
|
165
|
+
"relative_url": "/rest/api/content/search",
|
|
166
|
+
"params": '{"cql": "title ~ \\"AQA backlog estimation\\"", "limit": 5, "expand": "body.storage"}',
|
|
167
|
+
"is_markdown": False,
|
|
168
|
+
},
|
|
169
|
+
"""
|
|
170
|
+
HTTP: GET/rest/api/content/search -> 200OK{"results":[{"id":"2408012834","type":"page","status":"current","title":
|
|
171
|
+
"AQA Backlog Estimation","body":{"storage":{"value":"<p>We've decided to use the following estimation for the test
|
|
172
|
+
cases for AQA:</p><ul style="list-style-type: square;"><li>S - 1h</li><li>M - 3H</li><li>L - 5H</li></ul><p><br /></p><p>
|
|
173
|
+
Approximately estimation for all test cases are:</p><p>71 TCs S size = 110 man/h</p><p>140 TCs M Size = 520 man/h</p><p>
|
|
174
|
+
7 TCs L Size = 40 man/h</p><p><br /></p><p>Since it is important to start with Critical or Major test cases and skip Minor
|
|
175
|
+
ones the estimation will be:</p><p>110 Major:<br /> - 20 of them S Size = 20h</p><p> - 75 of them M Size = 225h</p><p> -
|
|
176
|
+
5 of them L Size = 25h</p><p><br /></p><p>Critical already should be covered with automation tests.</p>","representation":
|
|
177
|
+
"storage","_expandable":{"content":"/rest/api/content/2408012834"}},"_expandable":{"editor":"","view":"","export_view":"",
|
|
178
|
+
"styled_view":"","anonymous_export_view":""}},"extensions":{"position":"none"},"_links":{"webui":"/display/EPMCDME/
|
|
179
|
+
AQA+Backlog+Estimation","edit":"/pages/resumedraft.action?draftId=2408012834&draftShareId=64d72453-1668-4cfe-b2cb-2657f2bf2d74"
|
|
180
|
+
,"tinyui":"/x/IlyHjw","self":"https://kb.epam.com/rest/api/content/2408012834"},"_expandable":{"container":"/rest/api/space/EPMCDME"
|
|
181
|
+
,"metadata":"","operations":"","children":"/rest/api/content/2408012834/child","restrictions":"/rest/api/content/2408012834/
|
|
182
|
+
restriction/byOperation","history":"/rest/api/content/2408012834/history","ancestors":"","version":"","descendants":"/rest/
|
|
183
|
+
api/content/2408012834/descendant","space":"/rest/api/space/EPMCDME"}}],"start":0,"limit":5,"size":1,"cqlQuery":"title ~ "AQA
|
|
184
|
+
backlog estimation"","searchDuration":1359,"totalSize":1,"_links":{"self":"https://kb.epam.com/rest/api/content/search?
|
|
185
|
+
expand=body.storage&cql=title+~+%22AQA+backlog+estimation%22","base":"https://kb.epam.com","context":""}}
|
|
186
|
+
""",
|
|
187
|
+
),
|
|
161
188
|
]
|
|
@@ -0,0 +1,318 @@
|
|
|
1
|
+
import pytest
|
|
2
|
+
|
|
3
|
+
from tests.enums.tools import ResearchToolName
|
|
4
|
+
|
|
5
|
+
research_tools_test_data = [
|
|
6
|
+
(
|
|
7
|
+
ResearchToolName.GOOGLE_SEARCH,
|
|
8
|
+
{"query": "AI trends 2024"},
|
|
9
|
+
"""
|
|
10
|
+
{'title': 'Data and AI Trends 2024', 'link': 'https://data-ai-trends.withgoogle.com/',
|
|
11
|
+
'snippet': 'Data is the fuel for AI, and what powers its effectiveness. To truly take advantage of generative AI,
|
|
12
|
+
you need to ground AI in your enterprise data.'}, {'title': 'McKinsey technology trends outlook 2025 | McKinsey', 'link':
|
|
13
|
+
'https://www.mckinsey.com/capabilities/mckinsey-digital/our-insights/the-top-trends-in-tech', 'snippet': 'Jul 22, 2025 ...
|
|
14
|
+
An overarching artificial intelligence category replaces these four trends: applied AI ... By 2024, the interest score for
|
|
15
|
+
Artificial intelligence\xa0...'}, {'title': '3 big AI trends to watch in 2024', 'link': 'https://news.microsoft.com/three-big-ai-trends-to-watch-in-2024/',
|
|
16
|
+
'snippet': 'Feb 12, 2024 ... 3 big AI trends to watch in 2024 · Small language models · Multimodal AI · AI in science. Experts are anticipating major
|
|
17
|
+
gains in AI tools\xa0...'}, {'title': '2024 Global Trends in AI - WEKA', 'link': 'https://www.weka.io/resources/analyst-report/2024-global-trends-in-ai/',
|
|
18
|
+
'snippet': 'Discover key AI trends in 2024. Explore generative AI, scaling challenges, GPU demand, and sustainable practices. Download the S&P Global
|
|
19
|
+
report.'}, {'title': 'AI Index | Stanford HAI', 'link': 'https://hai.stanford.edu/ai-index', 'snippet': 'The AI Index offers one of
|
|
20
|
+
the most comprehensive, data-driven views of artificial intelligence. Recognized as a trusted resource by global media, governments,\xa0...'},
|
|
21
|
+
{'title': '7 rapid AI trends happening in 2025 | Khoros', 'link': 'https://khoros.com/blog/ai-trends', 'snippet': 'AI trends in e-commerce ·
|
|
22
|
+
Automated dynamic pricing (adjusting pricing in real-time based on various factors) · AI-powered search and discovery to better capture\xa0...'},
|
|
23
|
+
{'title': "IDC's 2024 AI opportunity study: Top five AI trends to watch - The ...", 'link': 'https://blogs.microsoft.com/blog/2024/11/12/idcs-2024-ai-opportunity-study-top-five-ai-trends-to-watch/', 'snippet': "Nov 12, 2024 ... IDC's 2024 top 5 trends for AI · #1 Enhanced productivity has become table stakes. · #2 Companies are gravitating to more advanced AI solutions."}, {'title': 'Five Key Trends in AI and Data Science for 2024', 'link': 'https://sloanreview.mit.edu/article/five-key-trends-in-ai-and-data-science-for-2024/', 'snippet': 'Jan 9, 2024 ... 1. Generative AI sparkles but needs to deliver value. · 2. Data science is shifting from artisanal to industrial. · 3. Two versions of data\xa0...'}, {'title': 'Top 5 AI Trends to Watch in 2025 | Coursera', 'link': 'https://www.coursera.org/articles/ai-trends', 'snippet': 'Mar 25, 2025 ... In March 2024, the European Union debated a landmark comprehensive AI bill designed to regulate AI and address concerns for consumers. It became\xa0...'}, {'title': '2025 AI Trends for Marketers', 'link': 'https://offers.hubspot.com/ai-marketing', 'snippet': '... AI from a side project into their competitive edge. Get the Free Report in the 2024 report. 05.2025 - AI for Marketers - LP Feat Image. 2025. AI Trends for\xa0...'}]
|
|
24
|
+
""",
|
|
25
|
+
),
|
|
26
|
+
pytest.param(
|
|
27
|
+
ResearchToolName.TAVILY_SEARCH,
|
|
28
|
+
{
|
|
29
|
+
"query": "AI trends 2024",
|
|
30
|
+
},
|
|
31
|
+
"""
|
|
32
|
+
answer
|
|
33
|
+
""",
|
|
34
|
+
marks=pytest.mark.skip(
|
|
35
|
+
reason="Temporarily skipping Tavily test until it is fixed"
|
|
36
|
+
),
|
|
37
|
+
),
|
|
38
|
+
(
|
|
39
|
+
ResearchToolName.GOOGLE_PLACES,
|
|
40
|
+
{"query": "McDonalds in Kyiv Pechersk"},
|
|
41
|
+
"""
|
|
42
|
+
1. McDonald`s
|
|
43
|
+
Address: Mykoly Mikhnovskoho Blvd, 33а, Kyiv, Ukraine, 02000
|
|
44
|
+
Google place ID: ChIJ6VRsfMvP1EARzU53lRLoyNY
|
|
45
|
+
Phone: Unknown
|
|
46
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
2. McDonald's
|
|
50
|
+
Address: Ivan Mazepa St, 1, Kyiv, Ukraine, 02000
|
|
51
|
+
Google place ID: ChIJhS93nAPP1EARK_wse3FkC2A
|
|
52
|
+
Phone: 050 323 5560
|
|
53
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
3. McDonald's
|
|
57
|
+
Address: Khreschatyk St, 19-a, Kyiv, Ukraine, 01001
|
|
58
|
+
Google place ID: ChIJR10zt1bO1EARzFVgiVtzgQQ
|
|
59
|
+
Phone: 050 386 3077
|
|
60
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
4. McDonald's
|
|
64
|
+
Address: Velyka Vasylkivska St, 22, Kyiv, Ukraine, 02000
|
|
65
|
+
Google place ID: ChIJnxzJyf7O1EARoJ9OclXxvxA
|
|
66
|
+
Phone: 050 463 2116
|
|
67
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
5. McDonald's
|
|
71
|
+
Address: Demiivska Square, 1, Kyiv, Ukraine, 02000
|
|
72
|
+
Google place ID: ChIJW--WXDfP1EAR0PCTBPlGIS0
|
|
73
|
+
Phone: 050 463 4065
|
|
74
|
+
Website: http://www.mcdonalds.ua/ukr/najblizhchij-makdonaljdz/41/
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
6. McDonald's
|
|
78
|
+
Address: Antonovycha St, 176, 1 Poverkh, Kyiv, Ukraine, 03150
|
|
79
|
+
Google place ID: ChIJ89EnF3TE1EARI2pQahE8o6E
|
|
80
|
+
Phone: 095 273 8065
|
|
81
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
7. McDonald’s
|
|
85
|
+
Address: Antonovycha St, 176, 2 поверх, Kyiv, Ukraine, 03680
|
|
86
|
+
Google place ID: ChIJwZqV4zvP1EARK6eT4K7kaPI
|
|
87
|
+
Phone: 095 273 8066
|
|
88
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
8. McDonald's
|
|
92
|
+
Address: Sofiivs'ka St, 1/2, Kyiv, Ukraine, 01001
|
|
93
|
+
Google place ID: ChIJOailWFDO1EARToEABwvJTbU
|
|
94
|
+
Phone: 050 334 0422
|
|
95
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
9. McDonald's
|
|
99
|
+
Address: Bohdana Khmel'nyts'koho St, 40/25, Kyiv, Ukraine, 01030
|
|
100
|
+
Google place ID: ChIJjWkM4DbZ1EAR--4oZh9XwGA
|
|
101
|
+
Phone: 050 463 9123
|
|
102
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
10. McDonalds
|
|
106
|
+
Address: Ivana Mykolaichuka St, 16, Kyiv, Ukraine, 02000
|
|
107
|
+
Google place ID: ChIJG80R5d3F1EAR2f7HuHAB5w0
|
|
108
|
+
Phone: 095 328 2733
|
|
109
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
11. McDonald's
|
|
113
|
+
Address: Borychiv Descent, 10А, Kyiv, Ukraine, 04070
|
|
114
|
+
Google place ID: ChIJh3HPZkbO1EARWC7LTOqpaHY
|
|
115
|
+
Phone: 095 272 1033
|
|
116
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
12. McDonald’s
|
|
120
|
+
Address: Sicheslavska St, 6, Kyiv, Ukraine, 02000
|
|
121
|
+
Google place ID: ChIJjV0cwJLO1EARIHlut47gm4c
|
|
122
|
+
Phone: 050 386 9092
|
|
123
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
13. McDonald's
|
|
127
|
+
Address: Vokzal'na Square, 2, Kyiv, Ukraine, 01032
|
|
128
|
+
Google place ID: ChIJF3afFWrP1EARzfE8DP4TiPc
|
|
129
|
+
Phone: 050 463 9133
|
|
130
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
14. Будівництво McDonalds
|
|
134
|
+
Address: Pozniaky, Kyiv, Ukraine, 02000
|
|
135
|
+
Google place ID: ChIJCe9UdgDF1EARzVld3kEFEJ8
|
|
136
|
+
Phone: Unknown
|
|
137
|
+
Website: Unknown
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
15. KFC
|
|
141
|
+
Address: Lesi Ukrainky Blvd, 26, Kyiv, Ukraine, 02000
|
|
142
|
+
Google place ID: ChIJA2xBCHHP1EARdPNX4qMqHtw
|
|
143
|
+
Phone: 067 560 2544
|
|
144
|
+
Website: https://kfc.ua/
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
16. McDonald's
|
|
148
|
+
Address: Heorhiia Kirpy St, 5-а, Kyiv, Ukraine, 02000
|
|
149
|
+
Google place ID: ChIJTVVl8-zO1EARuBqq9ke6Le0
|
|
150
|
+
Phone: 050 356 1189
|
|
151
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
17. McDonald's
|
|
155
|
+
Address: Vulytsya Yevhena Sverstyuka, 1, Kyiv, Ukraine, 02000
|
|
156
|
+
Google place ID: ChIJSUsh1fHP1EARjVwA1Dh3m-w
|
|
157
|
+
Phone: 050 463 8509
|
|
158
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
18. McDonald’s (будується)
|
|
162
|
+
Address: Oleny Pchilky St, 1, Kyiv, Ukraine, 02000
|
|
163
|
+
Google place ID: ChIJuebjagDF1EARzhVGCNHkzV4
|
|
164
|
+
Phone: Unknown
|
|
165
|
+
Website: http://mcdonalds.com/
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
19. McDonald’s
|
|
169
|
+
Address: Borshchahivska St, 2-б, Kyiv, Ukraine, 03056
|
|
170
|
+
Google place ID: ChIJB7xWP4_O1EARYOxU8nmxLQI
|
|
171
|
+
Phone: 050 463 8515
|
|
172
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
20. McDonald's
|
|
176
|
+
Address: Mykhaila Hryshka St, 7, Kyiv, Ukraine, 02000
|
|
177
|
+
Google place ID: ChIJqxjOKrPF1EAR2_ySSJxA-vc
|
|
178
|
+
Phone: 050 463 3402
|
|
179
|
+
Website: https://www.mcdonalds.com/ua/uk-ua.html
|
|
180
|
+
""",
|
|
181
|
+
),
|
|
182
|
+
(
|
|
183
|
+
ResearchToolName.GOOGLE_PLACES_FIND_NEAR,
|
|
184
|
+
{"current_location_query": "Kyiv", "target": "McDonalds", "radius": 20},
|
|
185
|
+
"""
|
|
186
|
+
[{'business_status': 'OPERATIONAL', 'geometry': {'location': {'lat': 50.4512347, 'lng': 30.52158039999999},
|
|
187
|
+
'viewport': {'northeast': {'lat': 50.45260392989272,
|
|
188
|
+
'lng': 30.52294777989271},
|
|
189
|
+
'southwest': {'lat': 50.44990427010727,
|
|
190
|
+
'lng': 30.52024812010727}}},
|
|
191
|
+
'icon': 'https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/restaurant-71.png',
|
|
192
|
+
'icon_background_color': '#FF9E67',
|
|
193
|
+
'icon_mask_base_uri': 'https://maps.gstatic.com/mapfiles/place_api/icons/v2/restaurant_pinlet',
|
|
194
|
+
'name': "McDonald's", 'opening_hours': {'open_now': True}, 'photos': [{'height': 3472, 'html_attributions': [
|
|
195
|
+
'<a href="https://maps.google.com/maps/contrib/105080954131297233218">Viktoriia Saienko</a>'],
|
|
196
|
+
'photo_reference': '',
|
|
197
|
+
'width': 4640}],
|
|
198
|
+
'place_id': 'ChIJOailWFDO1EARToEABwvJTbU', 'price_level': 2, 'rating': 4.3,
|
|
199
|
+
'reference': 'ChIJOailWFDO1EARToEABwvJTbU', 'scope': 'GOOGLE',
|
|
200
|
+
'types': ['restaurant', 'food', 'point_of_interest', 'establishment'], 'user_ratings_total': 11087,
|
|
201
|
+
'vicinity': "Sofiivs'ka St, 1/2, Kyiv"}],
|
|
202
|
+
""",
|
|
203
|
+
),
|
|
204
|
+
(
|
|
205
|
+
ResearchToolName.WEB_SCRAPPER,
|
|
206
|
+
{
|
|
207
|
+
"url": "https://webscraper.io/about-us",
|
|
208
|
+
},
|
|
209
|
+
"""
|
|
210
|
+
# About us | Web Scraper
|
|
211
|
+
|
|
212
|
+
*Source: https://webscraper.io/about-us*
|
|
213
|
+
|
|
214
|
+
About us | Web Scraper
|
|
215
|
+
|
|
216
|
+
Toggle navigation
|
|
217
|
+
|
|
218
|
+
[](/)
|
|
219
|
+
|
|
220
|
+
* [Web Scraper](/)
|
|
221
|
+
* [Cloud Scraper](/cloud-scraper)
|
|
222
|
+
* [Pricing](/pricing)
|
|
223
|
+
* Learn
|
|
224
|
+
|
|
225
|
+
* [Documentation](/documentation)
|
|
226
|
+
* [Video Tutorials](/tutorials)
|
|
227
|
+
* [Test Sites](/test-sites)
|
|
228
|
+
* [Forum](https://forum.webscraper.io/)
|
|
229
|
+
* [Install](https://chromewebstore.google.com/detail/web-scraper-free-web-scra/jnhgnonknehpejjnehehllkliplmbmhn?hl=en)
|
|
230
|
+
* [Cloud Login](https://cloud.webscraper.io/)
|
|
231
|
+
|
|
232
|
+
# About us
|
|
233
|
+
|
|
234
|
+
## Our story
|
|
235
|
+
|
|
236
|
+
Web Scraper started as a Chrome browser extension in 2013. Its
|
|
237
|
+
popularity quickly grew as it was the most advanced and completely
|
|
238
|
+
free. Today Web Scraper is both a free browser extension and also a
|
|
239
|
+
Cloud based Web Scraping solution for complete automation.
|
|
240
|
+
|
|
241
|
+
## Our mission
|
|
242
|
+
|
|
243
|
+
Our mission is to make web data accessible to everyone by making
|
|
244
|
+
the most advanced and easiest to use web scraping tool.
|
|
245
|
+
|
|
246
|
+

|
|
247
|
+
|
|
248
|
+
## Company data
|
|
249
|
+
|
|
250
|
+
* Company: “Web Graph“ SIA
|
|
251
|
+
* Registration number: 40203093908
|
|
252
|
+
* VAT number: LV40203093908
|
|
253
|
+
* Address: Ubelu 5-71, Adazi, Latvia, LV-2164
|
|
254
|
+
* Bank: “Swedbank” AS
|
|
255
|
+
* Bank account: LV31HABA0551044098666
|
|
256
|
+
|
|
257
|
+
* Products
|
|
258
|
+
* [Web Scraper browser extension](https://chromewebstore.google.com/detail/web-scraper-free-web-scra/jnhgnonknehpejjnehehllkliplmbmhn?hl=en)
|
|
259
|
+
* [Web Scraper Cloud](/cloud-scraper)
|
|
260
|
+
|
|
261
|
+
* Company
|
|
262
|
+
* [About us](/about-us)
|
|
263
|
+
* [Contact](/contact)
|
|
264
|
+
* [Website Privacy Policy](/privacy-policy)
|
|
265
|
+
* [Browser Extension Privacy Policy](/extension-privacy-policy)
|
|
266
|
+
* [Media kit](https://webscraper.io/downloads/Web_Scraper_Media_Kit.zip)
|
|
267
|
+
* [Jobs](/jobs)
|
|
268
|
+
|
|
269
|
+
* Resources
|
|
270
|
+
* [Blog](/blog)
|
|
271
|
+
* [Documentation](/documentation)
|
|
272
|
+
* [Video Tutorials](/tutorials)
|
|
273
|
+
* [Screenshots](/screenshots)
|
|
274
|
+
* [Test Sites](/test-sites)
|
|
275
|
+
* [Forum](https://forum.webscraper.io/)
|
|
276
|
+
* [Status](https://status.webscraper.io/)
|
|
277
|
+
|
|
278
|
+
* CONTACT US
|
|
279
|
+
* [info@webscraper.io](mailto:info@webscraper.io)
|
|
280
|
+
* Ubelu 5-71,
|
|
281
|
+
|
|
282
|
+
Adazi, Latvia, LV-2164
|
|
283
|
+
|
|
284
|
+
Copyright © 2025
|
|
285
|
+
**Web Scraper** | All rights reserved
|
|
286
|
+
""",
|
|
287
|
+
),
|
|
288
|
+
(
|
|
289
|
+
ResearchToolName.WIKIPEDIA,
|
|
290
|
+
{"query": "Ethics of artificial intelligence"},
|
|
291
|
+
"""
|
|
292
|
+
Page: Ethics of artificial intelligence
|
|
293
|
+
Summary: The ethics of artificial intelligence covers a broad range of topics within AI that are considered to have particular
|
|
294
|
+
ethical stakes. This includes algorithmic biases, fairness, automated decision-making, accountability, privacy, and regulation.
|
|
295
|
+
It also covers various emerging or potential future challenges such as machine ethics (how to make machines that behave ethically),
|
|
296
|
+
lethal autonomous weapon systems, arms race dynamics, AI safety and alignment, technological unemployment, AI-enabled misinformation,
|
|
297
|
+
how to treat certain AI systems if they have a moral status (AI welfare and rights), artificial superintelligence and existential risks.
|
|
298
|
+
Some application areas may also have particularly important ethical implications, like healthcare, education, criminal justice, or the military.
|
|
299
|
+
|
|
300
|
+
Page: Friendly artificial intelligence
|
|
301
|
+
Summary: Friendly artificial intelligence (friendly AI or FAI) is hypothetical artificial general intelligence (AGI)
|
|
302
|
+
that would have a positive (benign) effect on humanity or at least align with human interests such as fostering the improvement of the
|
|
303
|
+
human species. It is a part of the ethics of artificial intelligence and is closely related to machine ethics. While machine ethics is
|
|
304
|
+
concerned with how an artificially intelligent agent should behave, friendly artificial intelligence research is focused on how to practically
|
|
305
|
+
bring about this behavior and ensuring it is adequately constrained.
|
|
306
|
+
|
|
307
|
+
Page: Regulation of artificial intelligence
|
|
308
|
+
Summary: Regulation of artificial intelligence is the development of public sector policies and laws for promoting and
|
|
309
|
+
regulating artificial intelligence (AI). It is part of the broader regulation of algorithms. The regulatory and policy landscape
|
|
310
|
+
for AI is an emerging issue in jurisdictions worldwide, including for international organizations without direct enforcement power
|
|
311
|
+
like the IEEE or the OECD. Since 2016, numerous AI ethics guidelines have been published in order to maintain social control over
|
|
312
|
+
the technology. Regulation is deemed necessary to both foster AI innovation and manage associated risks. Furthermore, organizations
|
|
313
|
+
deploying AI have a central role to play in creating and implementing trustworthy AI, adhering to established principles, and taking
|
|
314
|
+
accountability for mitigating risks. Regulating AI through mechanisms such as review boards can also be seen as social means to approach
|
|
315
|
+
the AI control problem.
|
|
316
|
+
""",
|
|
317
|
+
),
|
|
318
|
+
]
|
{codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/test_data/file_test_data.py
RENAMED
|
@@ -35,15 +35,6 @@ file_test_data = [
|
|
|
35
35
|
None None Travellers
|
|
36
36
|
""",
|
|
37
37
|
),
|
|
38
|
-
(
|
|
39
|
-
"test.ods",
|
|
40
|
-
"""
|
|
41
|
-
Column 1 Column 2 Column 3
|
|
42
|
-
Cars Test 222
|
|
43
|
-
Data Cats 111
|
|
44
|
-
None None Travellers
|
|
45
|
-
""",
|
|
46
|
-
),
|
|
47
38
|
(
|
|
48
39
|
"test.vtt",
|
|
49
40
|
"""
|
|
@@ -241,7 +232,6 @@ files_with_different_types_test_data = [
|
|
|
241
232
|
"test.png",
|
|
242
233
|
"test.docx",
|
|
243
234
|
"test.xlsx",
|
|
244
|
-
"test.ods",
|
|
245
235
|
"test.ini",
|
|
246
236
|
]
|
|
247
237
|
|
{codemie_test_harness-0.1.124 → codemie_test_harness-0.1.126}/tests/utils/datasource_utils.py
RENAMED
|
@@ -163,9 +163,7 @@ class DataSourceUtils(BaseUtils):
|
|
|
163
163
|
self.client.datasources.create_file_datasource(create_datasource_request, files)
|
|
164
164
|
|
|
165
165
|
datasource = wait_for_entity(
|
|
166
|
-
lambda: self.client.datasources.list(
|
|
167
|
-
per_page=200, filters={"search": name}
|
|
168
|
-
),
|
|
166
|
+
lambda: self.client.datasources.list(per_page=200, filters={"name": name}),
|
|
169
167
|
entity_name=name,
|
|
170
168
|
)
|
|
171
169
|
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import copy
|
|
2
|
+
import json
|
|
3
|
+
import random
|
|
4
|
+
|
|
5
|
+
import pytest
|
|
6
|
+
|
|
7
|
+
from tests.test_data.direct_tools.project_management_tools_test_data import (
|
|
8
|
+
project_management_tools_data,
|
|
9
|
+
)
|
|
10
|
+
from tests.utils.base_utils import get_random_name
|
|
11
|
+
from tests.utils.constants import project_management_integrations
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
@pytest.mark.regression
|
|
15
|
+
@pytest.mark.parametrize(
|
|
16
|
+
"toolkit, tool_name, integration_type, prompt, expected_response",
|
|
17
|
+
project_management_tools_data,
|
|
18
|
+
ids=[f"{row[1]}" for row in project_management_tools_data],
|
|
19
|
+
)
|
|
20
|
+
def test_workflow_with_project_management_tools_direct(
|
|
21
|
+
request,
|
|
22
|
+
workflow_with_tool,
|
|
23
|
+
workflow_utils,
|
|
24
|
+
similarity_check,
|
|
25
|
+
toolkit,
|
|
26
|
+
tool_name,
|
|
27
|
+
integration_type,
|
|
28
|
+
prompt,
|
|
29
|
+
expected_response,
|
|
30
|
+
):
|
|
31
|
+
tool_and_state_name = get_random_name()
|
|
32
|
+
|
|
33
|
+
integration = request.getfixturevalue(
|
|
34
|
+
project_management_integrations[integration_type]
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
test_workflow = workflow_with_tool(
|
|
38
|
+
tool_and_state_name, tool_name, integration=integration
|
|
39
|
+
)
|
|
40
|
+
response = workflow_utils.execute_workflow(
|
|
41
|
+
test_workflow.id, tool_and_state_name, json.dumps(prompt)
|
|
42
|
+
)
|
|
43
|
+
similarity_check.check_similarity(response, expected_response, 90)
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
@pytest.mark.regression
|
|
47
|
+
@pytest.mark.parametrize(
|
|
48
|
+
"toolkit, tool_name, integration_type, prompt, expected_response",
|
|
49
|
+
project_management_tools_data,
|
|
50
|
+
ids=[f"{row[1]}" for row in project_management_tools_data],
|
|
51
|
+
)
|
|
52
|
+
def test_workflow_with_project_management_tools_with_hardcoded_args(
|
|
53
|
+
request,
|
|
54
|
+
workflow_with_tool,
|
|
55
|
+
workflow_utils,
|
|
56
|
+
similarity_check,
|
|
57
|
+
toolkit,
|
|
58
|
+
tool_name,
|
|
59
|
+
integration_type,
|
|
60
|
+
prompt,
|
|
61
|
+
expected_response,
|
|
62
|
+
):
|
|
63
|
+
tool_and_state_name = get_random_name()
|
|
64
|
+
|
|
65
|
+
integration = request.getfixturevalue(
|
|
66
|
+
project_management_integrations[integration_type]
|
|
67
|
+
)
|
|
68
|
+
|
|
69
|
+
test_workflow = workflow_with_tool(
|
|
70
|
+
tool_and_state_name, tool_name, integration=integration, tool_args=prompt
|
|
71
|
+
)
|
|
72
|
+
response = workflow_utils.execute_workflow(test_workflow.id, tool_and_state_name)
|
|
73
|
+
similarity_check.check_similarity(response, expected_response, 90)
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
@pytest.mark.regression
|
|
77
|
+
@pytest.mark.parametrize(
|
|
78
|
+
"toolkit, tool_name, integration_type, prompt, expected_response",
|
|
79
|
+
project_management_tools_data,
|
|
80
|
+
ids=[f"{row[1]}" for row in project_management_tools_data],
|
|
81
|
+
)
|
|
82
|
+
def test_workflow_with_project_management_tools_with_overriding_args(
|
|
83
|
+
request,
|
|
84
|
+
workflow_with_tool,
|
|
85
|
+
workflow_utils,
|
|
86
|
+
similarity_check,
|
|
87
|
+
toolkit,
|
|
88
|
+
tool_name,
|
|
89
|
+
integration_type,
|
|
90
|
+
prompt,
|
|
91
|
+
expected_response,
|
|
92
|
+
):
|
|
93
|
+
tool_and_state_name = get_random_name()
|
|
94
|
+
|
|
95
|
+
args_copy = copy.deepcopy(prompt)
|
|
96
|
+
args_copy = {key: random.randint(1, 10) for key in args_copy}
|
|
97
|
+
|
|
98
|
+
integration = request.getfixturevalue(
|
|
99
|
+
project_management_integrations[integration_type]
|
|
100
|
+
)
|
|
101
|
+
|
|
102
|
+
test_workflow = workflow_with_tool(
|
|
103
|
+
tool_and_state_name, tool_name, integration=integration, tool_args=args_copy
|
|
104
|
+
)
|
|
105
|
+
response = workflow_utils.execute_workflow(
|
|
106
|
+
test_workflow.id, tool_and_state_name, json.dumps(prompt)
|
|
107
|
+
)
|
|
108
|
+
similarity_check.check_similarity(response, expected_response, 90)
|