qase-python-commons 3.0.2b1__tar.gz → 3.0.2b2__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-3.0.2b1 → qase_python_commons-3.0.2b2}/PKG-INFO +2 -2
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/pyproject.toml +2 -2
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/client/api_v1_client.py +2 -2
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/client/base_api_client.py +2 -2
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/loader.py +4 -4
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase_python_commons.egg-info/PKG-INFO +2 -2
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase_python_commons.egg-info/requires.txt +1 -1
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/README.md +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/setup.cfg +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/__init__.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/config.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/exceptions/reporter.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/logger.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/__init__.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/attachment.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/basemodel.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/relation.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/result.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/run.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/runtime.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/step.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/suite.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/__init__.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/db.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/network.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/sleep.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/__init__.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/core.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/report.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/testops.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/utils.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/validators/base.py +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase_python_commons.egg-info/SOURCES.txt +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase_python_commons.egg-info/dependency_links.txt +0 -0
- {qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase_python_commons.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qase-python-commons
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2b2
|
|
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
|
|
@@ -22,7 +22,7 @@ Requires-Python: >=3.7
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
Requires-Dist: certifi>=2024.2.2
|
|
24
24
|
Requires-Dist: attrs>=23.2.0
|
|
25
|
-
Requires-Dist:
|
|
25
|
+
Requires-Dist: qase-api-client~=1.0.0b2
|
|
26
26
|
Requires-Dist: more_itertools
|
|
27
27
|
Provides-Extra: testing
|
|
28
28
|
Requires-Dist: pytest; extra == "testing"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "qase-python-commons"
|
|
7
|
-
version = "3.0.
|
|
7
|
+
version = "3.0.2b2"
|
|
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"}]
|
|
@@ -30,7 +30,7 @@ requires-python = ">=3.7"
|
|
|
30
30
|
dependencies = [
|
|
31
31
|
"certifi>=2024.2.2",
|
|
32
32
|
"attrs>=23.2.0",
|
|
33
|
-
"
|
|
33
|
+
"qase-api-client~=1.0.0b2",
|
|
34
34
|
"more_itertools"
|
|
35
35
|
]
|
|
36
36
|
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/client/api_v1_client.py
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
from typing import Dict, Union
|
|
2
2
|
|
|
3
3
|
import certifi
|
|
4
|
-
from
|
|
4
|
+
from qase.api_client_v1 import ApiClient, ProjectsApi, Project, EnvironmentsApi, RunsApi, AttachmentsApi, \
|
|
5
5
|
AttachmentGet, RunCreate, ResultsApi, ResultcreateBulk
|
|
6
|
-
from
|
|
6
|
+
from qase.api_client_v1.configuration import Configuration
|
|
7
7
|
from .. import ConfigManager, Logger
|
|
8
8
|
from .base_api_client import BaseApiClient
|
|
9
9
|
from ..exceptions.reporter import ReporterException
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
from
|
|
2
|
-
from
|
|
3
|
-
from
|
|
4
|
-
from
|
|
1
|
+
from qase.api_client_v1.api_client import ApiClient
|
|
2
|
+
from qase.api_client_v1.configuration import Configuration
|
|
3
|
+
from qase.api_client_v1.api.plans_api import PlansApi
|
|
4
|
+
from qase.api_client_v1.exceptions import ApiException
|
|
5
5
|
|
|
6
6
|
import certifi
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: qase-python-commons
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.2b2
|
|
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
|
|
@@ -22,7 +22,7 @@ Requires-Python: >=3.7
|
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
Requires-Dist: certifi>=2024.2.2
|
|
24
24
|
Requires-Dist: attrs>=23.2.0
|
|
25
|
-
Requires-Dist:
|
|
25
|
+
Requires-Dist: qase-api-client~=1.0.0b2
|
|
26
26
|
Requires-Dist: more_itertools
|
|
27
27
|
Provides-Extra: testing
|
|
28
28
|
Requires-Dist: pytest; extra == "testing"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/exceptions/reporter.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/__init__.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/attachment.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/basemodel.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/relation.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/result.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/runtime.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/models/suite.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/__init__.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/db.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/network.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/profilers/sleep.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/__init__.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/core.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/report.py
RENAMED
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/reporters/testops.py
RENAMED
|
File without changes
|
|
File without changes
|
{qase_python_commons-3.0.2b1 → qase_python_commons-3.0.2b2}/src/qase/commons/validators/base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|