cucu 1.3.20__py3-none-any.whl → 1.3.21__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.
cucu/language_server/core.py
CHANGED
|
@@ -10,7 +10,7 @@ from lsprotocol.types import (
|
|
|
10
10
|
CompletionOptions,
|
|
11
11
|
CompletionParams,
|
|
12
12
|
)
|
|
13
|
-
from pygls.server import LanguageServer
|
|
13
|
+
from pygls.lsp.server import LanguageServer
|
|
14
14
|
|
|
15
15
|
from cucu import init_global_hook_variables
|
|
16
16
|
from cucu.cli.steps import load_cucu_steps
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: cucu
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.21
|
|
4
4
|
Summary: Easy BDD web testing
|
|
5
5
|
Keywords: cucumber,selenium,behave
|
|
6
6
|
Author: Domino Data Lab, Rodney Gomes, Cedric Young, Xin Dong, Kavya Yakkati, Kevin Garton, Joy Liao
|
|
@@ -23,11 +23,11 @@ Requires-Dist: humanize~=4.13.0
|
|
|
23
23
|
Requires-Dist: importlib-metadata~=8.7.0
|
|
24
24
|
Requires-Dist: jellyfish>=1.1
|
|
25
25
|
Requires-Dist: jinja2~=3.1.3
|
|
26
|
-
Requires-Dist: lsprotocol
|
|
26
|
+
Requires-Dist: lsprotocol>=2025.0.0
|
|
27
27
|
Requires-Dist: mpire~=2.10.2
|
|
28
28
|
Requires-Dist: peewee>=3.18.2
|
|
29
29
|
Requires-Dist: psutil>=6.0
|
|
30
|
-
Requires-Dist: pygls
|
|
30
|
+
Requires-Dist: pygls>=2.0.0
|
|
31
31
|
Requires-Dist: pyyaml~=6.0.1
|
|
32
32
|
Requires-Dist: requests>=2.31.0,<3.0.0
|
|
33
33
|
Requires-Dist: selenium~=4.31
|
|
@@ -39,7 +39,7 @@ cucu/init_data/features/lint_rules/sid.yaml,sha256=uNYb3f58VJiRKzz7aQnXO6gkHwTU1
|
|
|
39
39
|
cucu/init_data/features/steps/__init__.py,sha256=rM252Kn5nESojPltNcpyY9gCxgewmE9UkcRU7UGz5nc,267
|
|
40
40
|
cucu/init_data/features/steps/my_steps.py,sha256=1Rciu2N0iakp9cAAFcRmGVA4bOVqIZJIzxCJj4ylZEA,804
|
|
41
41
|
cucu/language_server/__init__.py,sha256=IUO7FXpRDgvEmljSuB_WpT_BoBRdgG7lhTBFWUwmMR8,75
|
|
42
|
-
cucu/language_server/core.py,sha256=
|
|
42
|
+
cucu/language_server/core.py,sha256=r29jWj8hDWsz9sfeu95Dei-qXXUwupSgLEnIYgUcbxM,3536
|
|
43
43
|
cucu/lint/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
44
|
cucu/lint/linter.py,sha256=EeeU9DHL4s2MJDglJb1m8wXv4uolY7XAgfgnLY1Hqh8,13246
|
|
45
45
|
cucu/lint/rules/format.yaml,sha256=Gm7Mx_KnL6s8EOyKGtZZBgREJPrviv-FuYzya3tyV_E,3168
|
|
@@ -89,7 +89,7 @@ cucu/steps/text_steps.py,sha256=Jj_GHoHeemNwVdUOdqcehArNp7WM-WMjljA4w0pLXuw,2576
|
|
|
89
89
|
cucu/steps/variable_steps.py,sha256=WSctH3_xcxjijGPYZlxp-foC_SIAAKtF__saNtgZJbk,2966
|
|
90
90
|
cucu/steps/webserver_steps.py,sha256=i11xOmSjhhrQ-2QrDfpjDhWroeJuuGKvbYEsHV1cioI,1406
|
|
91
91
|
cucu/utils.py,sha256=ixJS5wG8GFuZfHE-gRk0dG4lJXjyjQFbq3hJzLG0Uvw,11409
|
|
92
|
-
cucu-1.3.
|
|
93
|
-
cucu-1.3.
|
|
94
|
-
cucu-1.3.
|
|
95
|
-
cucu-1.3.
|
|
92
|
+
cucu-1.3.21.dist-info/WHEEL,sha256=eh7sammvW2TypMMMGKgsM83HyA_3qQ5Lgg3ynoecH3M,79
|
|
93
|
+
cucu-1.3.21.dist-info/entry_points.txt,sha256=11WRIhQM7LuUnQg1lAoZQoNvvBvYNN1maDgQS4djwJo,40
|
|
94
|
+
cucu-1.3.21.dist-info/METADATA,sha256=gn799x4P0WJE6ZR6flVPxZrnhBK4Mbi3o_0i9XrBar8,16722
|
|
95
|
+
cucu-1.3.21.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|