codemie-test-harness 0.1.199__py3-none-any.whl → 0.1.200__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.

@@ -20,6 +20,7 @@ KEY_MARKS = "PYTEST_MARKS"
20
20
  KEY_XDIST_N = "PYTEST_N"
21
21
  KEY_RERUNS = "PYTEST_RERUNS"
22
22
  KEY_COUNT = "PYTEST_COUNT"
23
+ KEY_TIMEOUT = "TEST_TIMEOUT"
23
24
 
24
25
  # === COMPLETE INTEGRATION CREDENTIALS KEYS ===
25
26
  # Version Control Systems (GitLab, GitHub)
@@ -146,6 +147,7 @@ KEY_MSSQL_PASSWORD = "MSSQL_PASSWORD"
146
147
  DEFAULT_MARKS = "smoke"
147
148
  DEFAULT_XDIST_N = 8
148
149
  DEFAULT_RERUNS = 2
150
+ DEFAULT_TIMEOUT = 300
149
151
 
150
152
  AUTH_KEYS = [
151
153
  KEY_AUTH_SERVER_URL,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: codemie-test-harness
3
- Version: 0.1.199
3
+ Version: 0.1.200
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.199)
16
+ Requires-Dist: codemie-sdk-python (==0.1.200)
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)
@@ -8,7 +8,7 @@ codemie_test_harness/cli/commands/config_cmd.py,sha256=QDZSEXWoenkEvX55UaDm7rTlD
8
8
  codemie_test_harness/cli/commands/marks_cmd.py,sha256=8mKGJNLkGBVZRw2DwCDUAyZOO2fKyfV18J60eaB5eCY,1392
9
9
  codemie_test_harness/cli/commands/run_cmd.py,sha256=J6l1nrIQbr9iJ473TCB5KbEfOwkIaxS6bJFmngxmB4o,1760
10
10
  codemie_test_harness/cli/commands/workflow_cmd.py,sha256=QwT_6DAyjeWBZiamvGuBBi6JKh9Cu-wS756xClWmpzI,1784
11
- codemie_test_harness/cli/constants.py,sha256=9h49sgx4vBA5M1XmkBF5u3_Qhj2C144a1N5URsTq5sw,12486
11
+ codemie_test_harness/cli/constants.py,sha256=evjLKRhV8Qi1vSobKrKgrUb1RoAU-gFHA0HIXcTk42o,12537
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
@@ -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.199.dist-info/METADATA,sha256=HYpAjoFcwdHzHtvDomYciytwgmijMzRZ_Dbk70lYLL4,22968
395
- codemie_test_harness-0.1.199.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
396
- codemie_test_harness-0.1.199.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
397
- codemie_test_harness-0.1.199.dist-info/RECORD,,
394
+ codemie_test_harness-0.1.200.dist-info/METADATA,sha256=s-ASsAfnRD0a5t_Yiy30KzzDXtV-O5P1xICb8YTWEeE,22968
395
+ codemie_test_harness-0.1.200.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
396
+ codemie_test_harness-0.1.200.dist-info/entry_points.txt,sha256=n98t-EOM5M1mnMl_j2X4siyeO9zr0WD9a5LF7JyElIM,73
397
+ codemie_test_harness-0.1.200.dist-info/RECORD,,