qase-python-commons 3.2.2__py3-none-any.whl → 3.2.3__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 qase-python-commons might be problematic. Click here for more details.
- qase/commons/client/api_v2_client.py +4 -1
- {qase_python_commons-3.2.2.dist-info → qase_python_commons-3.2.3.dist-info}/METADATA +1 -1
- {qase_python_commons-3.2.2.dist-info → qase_python_commons-3.2.3.dist-info}/RECORD +5 -5
- {qase_python_commons-3.2.2.dist-info → qase_python_commons-3.2.3.dist-info}/WHEEL +0 -0
- {qase_python_commons-3.2.2.dist-info → qase_python_commons-3.2.3.dist-info}/top_level.txt +0 -0
|
@@ -139,7 +139,10 @@ class ApiV2Client(ApiV1Client):
|
|
|
139
139
|
mime_type='text/plain', temporary=True))
|
|
140
140
|
|
|
141
141
|
if step.step_type == StepType.GHERKIN:
|
|
142
|
-
|
|
142
|
+
action = step.data.keyword
|
|
143
|
+
if step.data.keyword != step.data.name:
|
|
144
|
+
action += " " + step.data.name
|
|
145
|
+
prepared_step['data']['action'] = action
|
|
143
146
|
|
|
144
147
|
if step.step_type == StepType.SLEEP:
|
|
145
148
|
prepared_step['data']['action'] = f"Sleep for {step.data.duration} seconds"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qase-python-commons
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.3
|
|
4
4
|
Summary: A library for Qase TestOps and Qase Report
|
|
5
5
|
Author-email: Qase Team <support@qase.io>
|
|
6
6
|
Project-URL: Homepage, https://github.com/qase-tms/qase-python/tree/master/qase-python-commons
|
|
@@ -4,7 +4,7 @@ qase/commons/loader.py,sha256=-MMY4HgSI6q1xq3NaJoq_w4liM73qdFKjYLVCT1E7Pc,1064
|
|
|
4
4
|
qase/commons/logger.py,sha256=ka5chQYBXLUB5pM4YHDBo3QCZfBTGMtC3H33tI4NbPQ,1027
|
|
5
5
|
qase/commons/utils.py,sha256=OOr6kQ5hPZEyHXwbwiTOTkonRxmmtkyZPPGqXQKp5vY,2799
|
|
6
6
|
qase/commons/client/api_v1_client.py,sha256=0SOuYKdlS0o2s1um5hGxDIp_laJ3vZIEvnZ-E1vLoGo,12715
|
|
7
|
-
qase/commons/client/api_v2_client.py,sha256=
|
|
7
|
+
qase/commons/client/api_v2_client.py,sha256=KjlQop9nhCoWFL68KNe2QD0WOe3oFtxbWDyunOGDUEc,8374
|
|
8
8
|
qase/commons/client/base_api_client.py,sha256=H8JnjqSrBFNfghDd3T3zxYOyKYHYe9QiJQXol1JqdQk,2613
|
|
9
9
|
qase/commons/exceptions/reporter.py,sha256=dP-Mwcq8HKBOjgu3YqhyULDmDGU09BmT6Fh9HjICaUc,45
|
|
10
10
|
qase/commons/models/__init__.py,sha256=FTt5dYASBX4r6-tQi-_JAUVx4uvJs9GTxROdAZEV6Jo,272
|
|
@@ -33,7 +33,7 @@ qase/commons/reporters/core.py,sha256=0x5G-KVfEOWyXiXaX5__7JBIr3Rxy8vhy0cByUSZUc
|
|
|
33
33
|
qase/commons/reporters/report.py,sha256=zyGeUOcJCOEoGtsewCOf3kypbPttJH7EM-LmZ_Y5huY,4829
|
|
34
34
|
qase/commons/reporters/testops.py,sha256=f5BcorFwIK5BSeA4Rv4IKDddkWrAXL_w-Y5Xn--NdYs,6264
|
|
35
35
|
qase/commons/validators/base.py,sha256=wwSn-4YiuXtfGMGnSKgo9Vm5hAKevVmmfd2Ro6Q7MYQ,173
|
|
36
|
-
qase_python_commons-3.2.
|
|
37
|
-
qase_python_commons-3.2.
|
|
38
|
-
qase_python_commons-3.2.
|
|
39
|
-
qase_python_commons-3.2.
|
|
36
|
+
qase_python_commons-3.2.3.dist-info/METADATA,sha256=v5slVZAwnHG7e6g6xLtOBA_CMu1IfE8Db8y9gSgwfbg,1859
|
|
37
|
+
qase_python_commons-3.2.3.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
38
|
+
qase_python_commons-3.2.3.dist-info/top_level.txt,sha256=Mn5aFk7H7Uia4s1NRDsvebu8vCrFy9nOuRIBfkIY5kQ,5
|
|
39
|
+
qase_python_commons-3.2.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|