codemie-test-harness 0.1.181__py3-none-any.whl → 0.1.182__py3-none-any.whl

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.

@@ -51,7 +51,8 @@ def pytest_generate_tests(metafunc):
51
51
  for file_data in file_test_data:
52
52
  test_data.append(
53
53
  pytest.param(
54
- *file_data, # Unpack the tuple into separate parameters
54
+ file_data[0],
55
+ file_data[1],
55
56
  id=f"{file_data[0]}",
56
57
  marks=pytest.mark.skipif(
57
58
  file_data[0] in files_to_exclude,
@@ -1,5 +1,3 @@
1
- from codemie_test_harness.tests.utils.env_resolver import EnvironmentResolver
2
-
3
1
  import pytest
4
2
 
5
3
  from codemie_test_harness.tests.test_data.mcp_server_test_data import (
@@ -15,9 +13,9 @@ from codemie_test_harness.tests.test_data.mcp_server_test_data import (
15
13
  CLI_MCP_SERVER,
16
14
  )
17
15
 
18
- pytestmark = pytest.mark.skipif(
19
- EnvironmentResolver.is_localhost(), reason="Skipping this test on local environment"
20
- )
16
+ # pytestmark = pytest.mark.skipif(
17
+ # EnvironmentResolver.is_localhost(), reason="Skipping this test on local environment"
18
+ # )
21
19
 
22
20
 
23
21
  @pytest.mark.workflow
@@ -13,11 +13,10 @@ from codemie_test_harness.tests.test_data.mcp_server_test_data import (
13
13
  CLI_MCP_SERVER,
14
14
  )
15
15
  from codemie_test_harness.tests.utils.base_utils import get_random_name
16
- from codemie_test_harness.tests.utils.env_resolver import EnvironmentResolver
17
16
 
18
- pytestmark = pytest.mark.skipif(
19
- EnvironmentResolver.is_localhost(), reason="Skipping this test on local environment"
20
- )
17
+ # pytestmark = pytest.mark.skipif(
18
+ # EnvironmentResolver.is_localhost(), reason="Skipping this test on local environment"
19
+ # )
21
20
 
22
21
 
23
22
  @pytest.mark.workflow
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: codemie-test-harness
3
- Version: 0.1.181
3
+ Version: 0.1.182
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.181)
16
+ Requires-Dist: codemie-sdk-python (==0.1.182)
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)
@@ -18,7 +18,7 @@ codemie_test_harness/tests/assistant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeu
18
18
  codemie_test_harness/tests/assistant/datasource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  codemie_test_harness/tests/assistant/datasource/test_code_datasource.py,sha256=bXqupQgbSZkB__jUbcYVNaQGSv7nm1AuDMrNUW-lti8,3134
20
20
  codemie_test_harness/tests/assistant/datasource/test_confluence_datasource.py,sha256=QHDnt3ktbEha_-jl79T15Qam9iTd8V1cW8yMkQwA2qA,3943
21
- codemie_test_harness/tests/assistant/datasource/test_file_indexing.py,sha256=ROD9UrSBOIPhAeXU9a6mJi2DZ0deL1VJ27vXXmsN5ZQ,6047
21
+ codemie_test_harness/tests/assistant/datasource/test_file_indexing.py,sha256=LPXefMjBi-CFHPtHis4MKQ98a8eleFu4sRw7-7_iKBQ,6038
22
22
  codemie_test_harness/tests/assistant/datasource/test_google_datasource.py,sha256=zdhHUxM94Et48RPG9Bminn8HX3YY_VoNWJjMljd_xz0,2738
23
23
  codemie_test_harness/tests/assistant/datasource/test_jira_datasource.py,sha256=a6fsGAIUaVmUv_TsrBlhKptjboC3l1llc5lDuBuZwmY,3723
24
24
  codemie_test_harness/tests/assistant/default_integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -301,7 +301,7 @@ codemie_test_harness/tests/workflow/assistant_tools/file_management/test_workflo
301
301
  codemie_test_harness/tests/workflow/assistant_tools/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
302
302
  codemie_test_harness/tests/workflow/assistant_tools/git/test_workflow_with_assistant_git_tools.py,sha256=dPgq_b2-IyLxXEO-Ez6016QDOy7XW7Wq0cE8PKugs3s,12397
303
303
  codemie_test_harness/tests/workflow/assistant_tools/mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
304
- codemie_test_harness/tests/workflow/assistant_tools/mcp/test_workflow_with_assistant_with_mcp_server.py,sha256=CMWdUt5W_dv-npArY_dbffPEnkdD49EcDHhg61RU3ms,2789
304
+ codemie_test_harness/tests/workflow/assistant_tools/mcp/test_workflow_with_assistant_with_mcp_server.py,sha256=G76-UO8JiHi3QJqjiZfyB7rM2O3OIjPwAXJM8gNDO6Q,2716
305
305
  codemie_test_harness/tests/workflow/assistant_tools/notification/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
306
306
  codemie_test_harness/tests/workflow/assistant_tools/notification/test_workflow_with_assistant_notification_tools.py,sha256=Rs6CJ-FQg17LgHO2_9shDkN1NfzhZBcarz-HRMy6Rog,2654
307
307
  codemie_test_harness/tests/workflow/assistant_tools/open_api/__init__.py,sha256=s6X-VOfd5UR7yxRL90VvL21YdYs1rPd6wkGFSfOI3Qs,46
@@ -365,7 +365,7 @@ codemie_test_harness/tests/workflow/virtual_assistant_tools/file_management/test
365
365
  codemie_test_harness/tests/workflow/virtual_assistant_tools/git/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
366
366
  codemie_test_harness/tests/workflow/virtual_assistant_tools/git/test_workflow_with_git_tools.py,sha256=SnmWTEesrUWdRRS4eTFTpdrf1ui5RFXE-QYc_ZDWzKY,12725
367
367
  codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
368
- codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/test_workflow_with_mcp_server.py,sha256=RPscgsttF-vWSsAu7bwLPTQwvtXjWqpW4mdO2kR1usg,3089
368
+ codemie_test_harness/tests/workflow/virtual_assistant_tools/mcp/test_workflow_with_mcp_server.py,sha256=Zr0PIpUjXxR8Ams9iy6ZqmymHZ7V1o_g3grBMNd8-BI,3017
369
369
  codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/__init__.py,sha256=hUDnGT_v3FoV6qsGpdACg_DfBFlfuubj8FjZLiuMrt0,50
370
370
  codemie_test_harness/tests/workflow/virtual_assistant_tools/notification/test_workflow_with_notification_tools.py,sha256=2I5F8rkNNu2nSy8-LHJULh_1BzTYhjArKXCVXwJMriA,2764
371
371
  codemie_test_harness/tests/workflow/virtual_assistant_tools/open_api/__init__.py,sha256=s6X-VOfd5UR7yxRL90VvL21YdYs1rPd6wkGFSfOI3Qs,46
@@ -383,7 +383,7 @@ codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.
383
383
  codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py,sha256=JXjpdBTd8QH85UQaQ8z0mbBQzJUasNKKTw9-a84uvxA,959
384
384
  codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
385
385
  codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/test_workflow_with_vcs_tools.py,sha256=xgEZlZya6H8HvYhAtN0-9yIsTjuPSYfZ0IPGL7WI06Q,1168
386
- codemie_test_harness-0.1.181.dist-info/METADATA,sha256=l2aJOjSGO-hHvObC8_aCXr8AkctbFiaz3IbeqXizR0E,18261
387
- codemie_test_harness-0.1.181.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
388
- codemie_test_harness-0.1.181.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
389
- codemie_test_harness-0.1.181.dist-info/RECORD,,
386
+ codemie_test_harness-0.1.182.dist-info/METADATA,sha256=KCWD6m0MQb3RCui8Yb5Nre8qLtgDQ9j_ToUHeARF-Dc,18261
387
+ codemie_test_harness-0.1.182.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
388
+ codemie_test_harness-0.1.182.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
389
+ codemie_test_harness-0.1.182.dist-info/RECORD,,