robotcode-robot 0.87.0__py3-none-any.whl → 0.89.0__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.
- robotcode/robot/__version__.py +1 -1
- robotcode/robot/config/model.py +13 -0
- robotcode/robot/utils/markdownformatter.py +1 -1
- {robotcode_robot-0.87.0.dist-info → robotcode_robot-0.89.0.dist-info}/METADATA +2 -2
- {robotcode_robot-0.87.0.dist-info → robotcode_robot-0.89.0.dist-info}/RECORD +7 -7
- {robotcode_robot-0.87.0.dist-info → robotcode_robot-0.89.0.dist-info}/WHEEL +0 -0
- {robotcode_robot-0.87.0.dist-info → robotcode_robot-0.89.0.dist-info}/licenses/LICENSE.txt +0 -0
robotcode/robot/__version__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.
|
1
|
+
__version__ = "0.89.0"
|
robotcode/robot/config/model.py
CHANGED
@@ -434,6 +434,19 @@ class CommonOptions(BaseOptions):
|
|
434
434
|
robot_priority=500,
|
435
435
|
robot_short_name="C",
|
436
436
|
)
|
437
|
+
console_links: Optional[Literal["auto", "off"]] = field(
|
438
|
+
description="""\
|
439
|
+
Control making paths to results files hyperlinks.
|
440
|
+
|
441
|
+
**auto:** use links when colors are enabled (default)
|
442
|
+
|
443
|
+
**off:** disable links unconditionally
|
444
|
+
|
445
|
+
corresponds to the `--consolelinks auto|off` option of _robot_
|
446
|
+
""",
|
447
|
+
robot_name="consolelinks",
|
448
|
+
robot_priority=500,
|
449
|
+
)
|
437
450
|
doc: Optional[Union[str, StringExpression]] = field(
|
438
451
|
description="""\
|
439
452
|
Set the documentation of the top level suite.
|
@@ -120,7 +120,7 @@ class LinkFormatter:
|
|
120
120
|
def _format_url(self, text: str, format_as_image: bool = True) -> str:
|
121
121
|
if "://" not in text:
|
122
122
|
return text
|
123
|
-
return self._url.sub(
|
123
|
+
return self._url.sub(lambda m: self._replace_url(format_as_image, m), text)
|
124
124
|
|
125
125
|
def _replace_url(self, format_as_image: bool, match: re.Match[str]) -> str:
|
126
126
|
pre = match.group(1)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: robotcode-robot
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.89.0
|
4
4
|
Summary: Support classes for RobotCode for handling Robot Framework projects.
|
5
5
|
Project-URL: Homepage, https://robotcode.io
|
6
6
|
Project-URL: Donate, https://opencollective.com/robotcode
|
@@ -26,7 +26,7 @@ Classifier: Topic :: Utilities
|
|
26
26
|
Classifier: Typing :: Typed
|
27
27
|
Requires-Python: >=3.8
|
28
28
|
Requires-Dist: platformdirs<4.2.0,>=3.2.0
|
29
|
-
Requires-Dist: robotcode-core==0.
|
29
|
+
Requires-Dist: robotcode-core==0.89.0
|
30
30
|
Requires-Dist: robotframework>=4.1.0
|
31
31
|
Requires-Dist: tomli>=1.1.0; python_version < '3.11'
|
32
32
|
Description-Content-Type: text/markdown
|
@@ -1,9 +1,9 @@
|
|
1
1
|
robotcode/robot/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
2
|
-
robotcode/robot/__version__.py,sha256=
|
2
|
+
robotcode/robot/__version__.py,sha256=0dsP1JW1TkWXOWQ5JFTW7tQopcf-xbHKy_C8NKkqYeA,23
|
3
3
|
robotcode/robot/py.typed,sha256=bWew9mHgMy8LqMu7RuqQXFXLBxh2CRx0dUbSx-3wE48,27
|
4
4
|
robotcode/robot/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
5
|
robotcode/robot/config/loader.py,sha256=LpGqJAdysvVSZpccW-Il52xn9RMBBb9X94emlBY7zCc,6077
|
6
|
-
robotcode/robot/config/model.py,sha256=
|
6
|
+
robotcode/robot/config/model.py,sha256=w2qqxPwuv-N3GEZsCaaxFxU5iPfQr3oS1mqMkZFkRPU,88891
|
7
7
|
robotcode/robot/config/utils.py,sha256=c_WZg39DJgM6kXcAH_h-v68qhf1eStJ0TslTawaJoZw,2827
|
8
8
|
robotcode/robot/diagnostics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
9
9
|
robotcode/robot/diagnostics/diagnostics_modifier.py,sha256=9AFptQsdw_TvgBkKqutpvI8WKsOUXipXQDOExarJJy4,6903
|
@@ -18,13 +18,13 @@ robotcode/robot/diagnostics/namespace_analyzer.py,sha256=G9xgJ-hPunXxfpKmZEf0xop
|
|
18
18
|
robotcode/robot/diagnostics/workspace_config.py,sha256=lWNq1KmGGJ9cHFNHn0QTCBHHzgz4AewTw0l-W4TKrj0,1803
|
19
19
|
robotcode/robot/utils/__init__.py,sha256=OjNPMn_XSnfaMCyKd8Kmq6vlRt6mIGlzW4qiiD3ykUg,447
|
20
20
|
robotcode/robot/utils/ast.py,sha256=p3S6f1mmimI47HVchGezt93jygEqs-oxKeiyqbUm0R4,10241
|
21
|
-
robotcode/robot/utils/markdownformatter.py,sha256=
|
21
|
+
robotcode/robot/utils/markdownformatter.py,sha256=0XZZ5wDU2yfzIuShjG7h79PgzMaQJ501WH4YRFcG1VM,11615
|
22
22
|
robotcode/robot/utils/match.py,sha256=ofyfXgrvVddl7a064Dk5Kiqp3a-n_6gTIgqDbL3E80Q,632
|
23
23
|
robotcode/robot/utils/robot_path.py,sha256=qKBh1cEnReBBLKkWu4gB9EzM-scAwE4xJc1m6v2LRN0,1786
|
24
24
|
robotcode/robot/utils/stubs.py,sha256=6-DMI_CQVJHDgG13t-zINKGCRb_Q7MQPm0_AkfhAEvE,748
|
25
25
|
robotcode/robot/utils/variables.py,sha256=fEl8S37lb_mD4hn2MZRAlkiuLGBjAOeZVK0r2o2CfPw,742
|
26
26
|
robotcode/robot/utils/visitor.py,sha256=uYLqEhGPmzWKWI3SSrmCaYMwtKvNShvbiPZ4b3FavX8,3241
|
27
|
-
robotcode_robot-0.
|
28
|
-
robotcode_robot-0.
|
29
|
-
robotcode_robot-0.
|
30
|
-
robotcode_robot-0.
|
27
|
+
robotcode_robot-0.89.0.dist-info/METADATA,sha256=RtASJYgHXtXOaHCWVTYmFv5zam6xe48DBgl9L9ufR88,2240
|
28
|
+
robotcode_robot-0.89.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
29
|
+
robotcode_robot-0.89.0.dist-info/licenses/LICENSE.txt,sha256=B05uMshqTA74s-0ltyHKI6yoPfJ3zYgQbvcXfDVGFf8,10280
|
30
|
+
robotcode_robot-0.89.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|