codemie-test-harness 0.1.203__py3-none-any.whl → 0.1.205__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 +0 -1
- codemie_test_harness/tests/conftest.py +7 -0
- {codemie_test_harness-0.1.203.dist-info → codemie_test_harness-0.1.205.dist-info}/METADATA +2 -2
- {codemie_test_harness-0.1.203.dist-info → codemie_test_harness-0.1.205.dist-info}/RECORD +6 -6
- {codemie_test_harness-0.1.203.dist-info → codemie_test_harness-0.1.205.dist-info}/WHEEL +0 -0
- {codemie_test_harness-0.1.203.dist-info → codemie_test_harness-0.1.205.dist-info}/entry_points.txt +0 -0
codemie_test_harness/pytest.ini
CHANGED
|
@@ -94,10 +94,17 @@ def pytest_configure(config):
|
|
|
94
94
|
This hook loads environment variables from .env file and optionally
|
|
95
95
|
retrieves additional configuration from AWS Parameter Store.
|
|
96
96
|
"""
|
|
97
|
+
import platform
|
|
97
98
|
from codemie_test_harness.cli.runner import resolve_tests_path_and_root
|
|
98
99
|
from codemie_test_harness.tests.utils.aws_parameters_store import AwsParameterStore
|
|
99
100
|
from codemie_test_harness.tests.utils.env_utils import EnvManager
|
|
100
101
|
|
|
102
|
+
# Set timeout method based on OS
|
|
103
|
+
# Windows requires 'thread' method, Unix-like systems can use 'signal'
|
|
104
|
+
config.option.timeout_method = (
|
|
105
|
+
"thread" if platform.system() == "Windows" else "signal"
|
|
106
|
+
)
|
|
107
|
+
|
|
101
108
|
# Resolve the root directory and .env file path
|
|
102
109
|
_, root_dir = resolve_tests_path_and_root()
|
|
103
110
|
env_file_path = Path(root_dir) / ".env"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: codemie-test-harness
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.205
|
|
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.205)
|
|
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-repeat (>=0.9.3,<0.10.0)
|
|
@@ -12,7 +12,7 @@ codemie_test_harness/cli/constants.py,sha256=evjLKRhV8Qi1vSobKrKgrUb1RoAU-gFHA0H
|
|
|
12
12
|
codemie_test_harness/cli/marks_utils.py,sha256=CGAIMWO7EqApYTl3qMxBkREjA3yOQOQGjqgbxQ6bL1s,11164
|
|
13
13
|
codemie_test_harness/cli/runner.py,sha256=ZQNKwD98SWcSXOXeVtK39q-cdPWnFLwwUHPDua-4s5w,3954
|
|
14
14
|
codemie_test_harness/cli/utils.py,sha256=1X7XPcYAgeH1BpwKo4sOk1VpYdxda15usi9U9_dv7BY,1557
|
|
15
|
-
codemie_test_harness/pytest.ini,sha256=
|
|
15
|
+
codemie_test_harness/pytest.ini,sha256=U5XqIpaeJ7OQE7yYBVqoM63bA2F8N1Hr-hIe5lARwz0,262
|
|
16
16
|
codemie_test_harness/tests/__init__.py,sha256=CX5mbH_1RzwetK14moYQ0KCoUBPQMGkI14Fg8tAUJ0A,782
|
|
17
17
|
codemie_test_harness/tests/assistant/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
18
18
|
codemie_test_harness/tests/assistant/datasource/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -64,7 +64,7 @@ codemie_test_harness/tests/assistant/tools/servicenow/__init__.py,sha256=47DEQpj
|
|
|
64
64
|
codemie_test_harness/tests/assistant/tools/servicenow/test_servicenow_tools.py,sha256=aUjfZ4773WoQJjcHx3JqH5e8ckaKB-aIMO-OZWTm0Ek,888
|
|
65
65
|
codemie_test_harness/tests/assistant/tools/vcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
66
|
codemie_test_harness/tests/assistant/tools/vcs/test_assistant_with_vcs_tools.py,sha256=c9cZXxMo0YFVJLWdYt23Awy2PqTnNxp0uLLCgk8k2iQ,1143
|
|
67
|
-
codemie_test_harness/tests/conftest.py,sha256=
|
|
67
|
+
codemie_test_harness/tests/conftest.py,sha256=xbfp7xgmw2jBTrql5N_RNsyZvmwos_ksvTbo0Fw-7ng,31150
|
|
68
68
|
codemie_test_harness/tests/conversations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
69
69
|
codemie_test_harness/tests/conversations/test_conversations_endpoints.py,sha256=HQ2nu9lXfRNkyJhA0rzar7Rmv6pMe-te0rFYAy-X5UA,4128
|
|
70
70
|
codemie_test_harness/tests/e2e/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -391,7 +391,7 @@ codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/__init__.
|
|
|
391
391
|
codemie_test_harness/tests/workflow/virtual_assistant_tools/servicenow/test_workflow_with_servicenow_tools.py,sha256=D835gaRbCnB4va5mi9TdA_u9StSpGXQ_fgzwW0S2pwo,1173
|
|
392
392
|
codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
393
393
|
codemie_test_harness/tests/workflow/virtual_assistant_tools/vcs/test_workflow_with_vcs_tools.py,sha256=Se9imIiBYuJU78m1pLu0g4ZmHygKZjr6JjIWkGXTy1Q,1364
|
|
394
|
-
codemie_test_harness-0.1.
|
|
395
|
-
codemie_test_harness-0.1.
|
|
396
|
-
codemie_test_harness-0.1.
|
|
397
|
-
codemie_test_harness-0.1.
|
|
394
|
+
codemie_test_harness-0.1.205.dist-info/METADATA,sha256=cLTNu8Zy7xsDIAyuhJxBQoQVoHYGjScU7dA63aORmpc,27184
|
|
395
|
+
codemie_test_harness-0.1.205.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
396
|
+
codemie_test_harness-0.1.205.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
|
|
397
|
+
codemie_test_harness-0.1.205.dist-info/RECORD,,
|
|
File without changes
|
{codemie_test_harness-0.1.203.dist-info → codemie_test_harness-0.1.205.dist-info}/entry_points.txt
RENAMED
|
File without changes
|