summaryrefslogtreecommitdiffstats
path: root/contrib/python/allure-python-commons
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-08-06 12:21:25 +0300
committerrobot-piglet <[email protected]>2025-08-06 12:45:52 +0300
commitb278c497092da9902bf6443e607adea8b8e0f62c (patch)
tree1133d38f2f98ec56f492a02c19166fc181ecce2d /contrib/python/allure-python-commons
parentba4771ba91781c6aef0bfa2506302c4b3e2a2e73 (diff)
Intermediate changes
commit_hash:65a45f10733cde088e0f615846f2d8beb4279a81
Diffstat (limited to 'contrib/python/allure-python-commons')
-rw-r--r--contrib/python/allure-python-commons/.dist-info/METADATA2
-rw-r--r--contrib/python/allure-python-commons/allure_commons/model2.py1
-rw-r--r--contrib/python/allure-python-commons/ya.make2
3 files changed, 3 insertions, 2 deletions
diff --git a/contrib/python/allure-python-commons/.dist-info/METADATA b/contrib/python/allure-python-commons/.dist-info/METADATA
index 8b980110138..1425127627f 100644
--- a/contrib/python/allure-python-commons/.dist-info/METADATA
+++ b/contrib/python/allure-python-commons/.dist-info/METADATA
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: allure-python-commons
-Version: 2.14.3
+Version: 2.15.0
Summary: Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks
Home-page: https://allurereport.org/
Author: Qameta Software Inc., Stanislav Seliverstov
diff --git a/contrib/python/allure-python-commons/allure_commons/model2.py b/contrib/python/allure-python-commons/allure_commons/model2.py
index ccaf4459d6a..d8591598533 100644
--- a/contrib/python/allure-python-commons/allure_commons/model2.py
+++ b/contrib/python/allure-python-commons/allure_commons/model2.py
@@ -49,6 +49,7 @@ class TestResult(ExecutableItem):
fullName = attrib(default=None)
labels = attrib(default=Factory(list))
links = attrib(default=Factory(list))
+ titlePath = attrib(default=Factory(list))
@attrs
diff --git a/contrib/python/allure-python-commons/ya.make b/contrib/python/allure-python-commons/ya.make
index 633c064a4e1..c46ed08d208 100644
--- a/contrib/python/allure-python-commons/ya.make
+++ b/contrib/python/allure-python-commons/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(2.14.3)
+VERSION(2.15.0)
LICENSE(Apache-2.0)