qase-python-commons 3.5.0__py3-none-any.whl → 3.5.1__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/reporters/testops.py +4 -1
- {qase_python_commons-3.5.0.dist-info → qase_python_commons-3.5.1.dist-info}/METADATA +1 -1
- {qase_python_commons-3.5.0.dist-info → qase_python_commons-3.5.1.dist-info}/RECORD +5 -5
- {qase_python_commons-3.5.0.dist-info → qase_python_commons-3.5.1.dist-info}/WHEEL +0 -0
- {qase_python_commons-3.5.0.dist-info → qase_python_commons-3.5.1.dist-info}/top_level.txt +0 -0
|
@@ -127,6 +127,9 @@ class QaseTestOps:
|
|
|
127
127
|
def complete_worker(self) -> None:
|
|
128
128
|
if len(self.results) > 0:
|
|
129
129
|
self._send_results()
|
|
130
|
+
while self.count_running_threads > 0:
|
|
131
|
+
pass
|
|
132
|
+
self.logger.log_debug("Worker completed")
|
|
130
133
|
|
|
131
134
|
def add_result(self, result: Result) -> None:
|
|
132
135
|
if result.get_status() == 'failed':
|
|
@@ -148,7 +151,7 @@ class QaseTestOps:
|
|
|
148
151
|
def __prepare_link(self, ids: Union[None, List[int]], title: str):
|
|
149
152
|
link = f"{self.__baseUrl}/run/{self.project_code}/dashboard/{self.run_id}?source=logs&status=%5B2%5D&search="
|
|
150
153
|
if ids is not None and len(ids) > 0:
|
|
151
|
-
return f"{link}{ids[0]}"
|
|
154
|
+
return f"{link}{self.project_code}-{ids[0]}"
|
|
152
155
|
return f"{link}{urllib.parse.quote_plus(title)}"
|
|
153
156
|
|
|
154
157
|
@staticmethod
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qase-python-commons
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.1
|
|
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/main/qase-python-commons
|
|
@@ -31,11 +31,11 @@ qase/commons/profilers/sleep.py,sha256=HT6h0R-2XHZAoBYRxS2T_KC8RrnEoVjP7MXusaE4N
|
|
|
31
31
|
qase/commons/reporters/__init__.py,sha256=J0aNLzb_MPPT_zF8BtX_w9nj_U7Ad06RGpyWK5Pxq1o,169
|
|
32
32
|
qase/commons/reporters/core.py,sha256=JyFMGhcDOr3nBlhh0Ca8Dx6BmvNBoG8m1Y4hpC0qIog,8185
|
|
33
33
|
qase/commons/reporters/report.py,sha256=ZLwtVn5gjwgJFtfbpLUO-vW3M3skEq3AhKJwtmM0nUw,4810
|
|
34
|
-
qase/commons/reporters/testops.py,sha256=
|
|
34
|
+
qase/commons/reporters/testops.py,sha256=xAaVkiw9yrcVRAtXheWny_9Zvf1jRiuA-0Gk0p0YHSk,6436
|
|
35
35
|
qase/commons/util/__init__.py,sha256=0sRRfrMOIPCHpk9tXM94Pj10qrk18B61qEcbLpRjw_I,74
|
|
36
36
|
qase/commons/util/host_data.py,sha256=n8o5PDs8kELCZZ5GR7Jug6LsgZHWJudU7iRmZHRdrlw,5264
|
|
37
37
|
qase/commons/validators/base.py,sha256=wwSn-4YiuXtfGMGnSKgo9Vm5hAKevVmmfd2Ro6Q7MYQ,173
|
|
38
|
-
qase_python_commons-3.5.
|
|
39
|
-
qase_python_commons-3.5.
|
|
40
|
-
qase_python_commons-3.5.
|
|
41
|
-
qase_python_commons-3.5.
|
|
38
|
+
qase_python_commons-3.5.1.dist-info/METADATA,sha256=PtqgmnvSebrPn8HFD1klm_pEfBq9cvolCWwcz_tCbpY,1857
|
|
39
|
+
qase_python_commons-3.5.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
40
|
+
qase_python_commons-3.5.1.dist-info/top_level.txt,sha256=Mn5aFk7H7Uia4s1NRDsvebu8vCrFy9nOuRIBfkIY5kQ,5
|
|
41
|
+
qase_python_commons-3.5.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|