codemie-test-harness 0.1.150__py3-none-any.whl → 0.1.152__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.
- codemie_test_harness/pytest.ini +2 -1
- codemie_test_harness/tests/conftest.py +0 -21
- codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_access_management_tool.py +0 -2
- {codemie_test_harness-0.1.150.dist-info → codemie_test_harness-0.1.152.dist-info}/METADATA +2 -2
- {codemie_test_harness-0.1.150.dist-info → codemie_test_harness-0.1.152.dist-info}/RECORD +7 -7
- {codemie_test_harness-0.1.150.dist-info → codemie_test_harness-0.1.152.dist-info}/WHEEL +0 -0
- {codemie_test_harness-0.1.150.dist-info → codemie_test_harness-0.1.152.dist-info}/entry_points.txt +0 -0
codemie_test_harness/pytest.ini
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import os
|
|
2
2
|
import subprocess
|
|
3
3
|
import uuid
|
|
4
|
-
import atexit
|
|
5
4
|
from time import sleep
|
|
6
5
|
from typing import List, Optional
|
|
7
6
|
from pathlib import Path
|
|
@@ -57,26 +56,6 @@ from codemie_test_harness.tests.utils.yaml_utils import (
|
|
|
57
56
|
logger = setup_logger(__name__)
|
|
58
57
|
|
|
59
58
|
|
|
60
|
-
def force_finish_rp_launch():
|
|
61
|
-
from reportportal_client._internal.local import current
|
|
62
|
-
|
|
63
|
-
client = current()
|
|
64
|
-
if client and hasattr(client, "finish_launch") and hasattr(client, "launch_uuid"):
|
|
65
|
-
if (
|
|
66
|
-
client.launch_uuid
|
|
67
|
-
and hasattr(client, "use_own_launch")
|
|
68
|
-
and client.use_own_launch
|
|
69
|
-
):
|
|
70
|
-
from datetime import datetime, timezone
|
|
71
|
-
|
|
72
|
-
sleep(300)
|
|
73
|
-
end_time = datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%S.%fZ")
|
|
74
|
-
client.finish_launch(end_time)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
atexit.register(force_finish_rp_launch)
|
|
78
|
-
|
|
79
|
-
|
|
80
59
|
def pytest_configure(config):
|
|
81
60
|
"""Pytest hook that runs before test collection starts.
|
|
82
61
|
|
|
@@ -13,7 +13,6 @@ from codemie_test_harness.tests.utils.base_utils import get_random_name
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
@pytest.mark.regression
|
|
16
|
-
# @pytest.mark.skip(reason="Need to investigate codemie-tools for fix")
|
|
17
16
|
def test_workflow_with_keycloak_tool_direct(
|
|
18
17
|
keycloak_integration, workflow_utils, workflow_with_tool, similarity_check
|
|
19
18
|
):
|
|
@@ -51,7 +50,6 @@ def test_workflow_with_keycloak_tool_with_hardcoded_args(
|
|
|
51
50
|
|
|
52
51
|
|
|
53
52
|
@pytest.mark.regression
|
|
54
|
-
# @pytest.mark.skip(reason="Need to investigate codemie-tools for fix")
|
|
55
53
|
def test_workflow_with_keycloak_tool_with_overriding_args(
|
|
56
54
|
keycloak_integration, workflow_utils, workflow_with_tool, similarity_check
|
|
57
55
|
):
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: codemie-test-harness
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.152
|
|
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.152)
|
|
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)
|
|
@@ -8,7 +8,7 @@ codemie_test_harness/cli/commands/run_cmd.py,sha256=T5js1hwHKi1QuF-kLwP3c-GMtiO9
|
|
|
8
8
|
codemie_test_harness/cli/constants.py,sha256=956_apPJ4MjhnKo1ZtDooXCd2N89J3vyAB-J9-SOr7U,1637
|
|
9
9
|
codemie_test_harness/cli/runner.py,sha256=5VAL4noqiKrGjo5oYVJKzt4QNmkZFTe1Mw6Mll9uGfc,2349
|
|
10
10
|
codemie_test_harness/cli/utils.py,sha256=NlRa8VFbXTbD74jfUaSqbccGNu2R1dUIg8d5SyDTmIM,1136
|
|
11
|
-
codemie_test_harness/pytest.ini,sha256=
|
|
11
|
+
codemie_test_harness/pytest.ini,sha256=Tqi0sGis9Dwhg6Y0OEEx-S8aXRONezUUXsWt6fdjEnA,223
|
|
12
12
|
codemie_test_harness/tests/__init__.py,sha256=PHIfXfLd6aL9Xv8yhqMp2BBWg_gdoWlfX3EzCqqac44,675
|
|
13
13
|
codemie_test_harness/tests/assistant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
14
|
codemie_test_harness/tests/assistant/datasource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -57,7 +57,7 @@ codemie_test_harness/tests/assistant/tools/servicenow/__init__.py,sha256=47DEQpj
|
|
|
57
57
|
codemie_test_harness/tests/assistant/tools/servicenow/test_servicenow_tools.py,sha256=JV_n6COaCsd0_rxQBJvvLZfPdo8BsCbG8Ti-UpzFvfQ,644
|
|
58
58
|
codemie_test_harness/tests/assistant/tools/vcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
59
59
|
codemie_test_harness/tests/assistant/tools/vcs/test_assistant_with_vcs_tools.py,sha256=5-QybLWmYSqHG4Sqr-IN-vNcStV4skSwCJQN44Nfats,922
|
|
60
|
-
codemie_test_harness/tests/conftest.py,sha256=
|
|
60
|
+
codemie_test_harness/tests/conftest.py,sha256=vdwSEvnDeIT7FUSNWjktFpq-lTRKegFWVtPhU7LrHAI,28384
|
|
61
61
|
codemie_test_harness/tests/conversations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
62
62
|
codemie_test_harness/tests/conversations/test_conversations_endpoints.py,sha256=SQraRVrjjE4mYTs4EuGzMrO96DuOuKTiYQ4ZRBhHx70,3913
|
|
63
63
|
codemie_test_harness/tests/e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -282,7 +282,7 @@ codemie_test_harness/tests/workflow/direct_tools_calling/__init__.py,sha256=47DE
|
|
|
282
282
|
codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
283
283
|
codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool.py,sha256=uWhdAnVqk-WrSB9QrHZyJLIQPvLhHayfEL1OZugU00A,8232
|
|
284
284
|
codemie_test_harness/tests/workflow/direct_tools_calling/default_integrations/test_default_integrations_for_tool_kit.py,sha256=kbCExIw1BBgNjmLNPpwJMncyNvA2Lq3xZQoTVr6K9QI,8437
|
|
285
|
-
codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_access_management_tool.py,sha256=
|
|
285
|
+
codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_access_management_tool.py,sha256=bRQlk3phzFgGxDIK4LSBWXwUvL9yNSa9y7-UViAzGZo,2367
|
|
286
286
|
codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_test_plan_tools.py,sha256=UUSgyhE7GKAkyCQMUm7Y2VkQkiR7-Fr5robBpLvoH-M,2685
|
|
287
287
|
codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_wiki_tools.py,sha256=FOQEqm0u4UvRAfjJFo2API-qySGy4sqKD-hwE1Lm6Js,2744
|
|
288
288
|
codemie_test_harness/tests/workflow/direct_tools_calling/test_workflow_with_ado_work_item_tools.py,sha256=4h3z3tUTqBLZPjDQCbnW2CkoGX0gEjZlDkYbLHSilZA,2799
|
|
@@ -336,7 +336,7 @@ codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.
|
|
|
336
336
|
codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py,sha256=Cxe5Yuy9JE_IEsnQOThpVIZQqpfLuHfDkF6JwLngDc8,890
|
|
337
337
|
codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
338
338
|
codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/test_workflow_with_vcs_tools.py,sha256=tm0NvUf_UtzLPTYJWykYpsNoxoVs-Eh80guDmRwImwg,1106
|
|
339
|
-
codemie_test_harness-0.1.
|
|
340
|
-
codemie_test_harness-0.1.
|
|
341
|
-
codemie_test_harness-0.1.
|
|
342
|
-
codemie_test_harness-0.1.
|
|
339
|
+
codemie_test_harness-0.1.152.dist-info/METADATA,sha256=axUlwm9L0S8Y0RSdhosOBzxTSA-KFECTjbDjfzbonKU,8998
|
|
340
|
+
codemie_test_harness-0.1.152.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
341
|
+
codemie_test_harness-0.1.152.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
|
|
342
|
+
codemie_test_harness-0.1.152.dist-info/RECORD,,
|
|
File without changes
|
{codemie_test_harness-0.1.150.dist-info → codemie_test_harness-0.1.152.dist-info}/entry_points.txt
RENAMED
|
File without changes
|