qase-python-commons 5.1.2__tar.gz → 5.1.3__tar.gz
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.
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/PKG-INFO +1 -1
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/pyproject.toml +1 -1
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/batch.py +2 -2
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/testops.py +1 -1
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/testops_multi.py +1 -1
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/PKG-INFO +1 -1
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/README.md +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/setup.cfg +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/client/api_v1_client.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/client/api_v2_client.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/client/base_api_client.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/config.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/exceptions/reporter.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/loader.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/logger.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/attachment.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/basemodel.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/api.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/connection.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/framework.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/plan.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/qaseconfig.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/report.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/run.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/testops.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/external_link.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/relation.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/result.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/run.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/runtime.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/step.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/profilers/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/profilers/db.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/profilers/network.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/profilers/sleep.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/core.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/report.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/status_mapping/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/status_mapping/status_mapping.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/util/__init__.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/util/host_data.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/util/token_masker.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/utils.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/validators/base.py +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/SOURCES.txt +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/dependency_links.txt +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/requires.txt +0 -0
- {qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qase-python-commons
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.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/main/qase-python-commons
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "qase-python-commons"
|
|
7
|
-
version = "5.1.
|
|
7
|
+
version = "5.1.3"
|
|
8
8
|
description = "A library for Qase TestOps and Qase Report"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{name = "Qase Team", email = "support@qase.io"}]
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/batch.py
RENAMED
|
@@ -8,6 +8,6 @@ class BatchConfig(BaseModel):
|
|
|
8
8
|
self.size = 200
|
|
9
9
|
|
|
10
10
|
def set_size(self, size: int):
|
|
11
|
-
if size >
|
|
12
|
-
raise ValueError("Batch size should be greater than 0 and
|
|
11
|
+
if size > 200 or size == 0:
|
|
12
|
+
raise ValueError("Batch size should be greater than 0 and no greater than 200")
|
|
13
13
|
self.size = size
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/testops.py
RENAMED
|
@@ -32,7 +32,7 @@ class QaseTestOps:
|
|
|
32
32
|
self.complete_after_run = self.config.testops.run.complete
|
|
33
33
|
self.environment = None
|
|
34
34
|
|
|
35
|
-
self.batch_size = min(
|
|
35
|
+
self.batch_size = min(200, max(1, int(self.config.testops.batch.size or DEFAULT_BATCH_SIZE)))
|
|
36
36
|
self.send_semaphore = threading.Semaphore(DEFAULT_THREAD_COUNT) # Semaphore to limit concurrent sends
|
|
37
37
|
self.lock = threading.Lock()
|
|
38
38
|
self.count_running_threads = 0
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/testops_multi.py
RENAMED
|
@@ -22,7 +22,7 @@ class QaseTestOpsMulti:
|
|
|
22
22
|
self.client = client
|
|
23
23
|
|
|
24
24
|
self.multi_config = config.testops_multi
|
|
25
|
-
self.batch_size = min(
|
|
25
|
+
self.batch_size = min(200, max(1, int(self.config.testops.batch.size or DEFAULT_BATCH_SIZE)))
|
|
26
26
|
self.send_semaphore = threading.Semaphore(DEFAULT_THREAD_COUNT)
|
|
27
27
|
self.lock = threading.Lock()
|
|
28
28
|
self.count_running_threads = 0
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: qase-python-commons
|
|
3
|
-
Version: 5.1.
|
|
3
|
+
Version: 5.1.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/main/qase-python-commons
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/client/api_v1_client.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/client/api_v2_client.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/client/base_api_client.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/exceptions/reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/attachment.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/basemodel.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/api.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/connection.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/framework.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/plan.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/qaseconfig.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/report.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/run.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/config/testops.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/models/external_link.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/profilers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/profilers/network.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/reporters/report.py
RENAMED
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/status_mapping/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase/commons/util/token_masker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qase_python_commons-5.1.2 → qase_python_commons-5.1.3}/src/qase_python_commons.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|