pytestomatio 2.8.2.dev7__tar.gz → 2.8.2.dev8__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.
- {pytestomatio-2.8.2.dev7/pytestomatio.egg-info → pytestomatio-2.8.2.dev8}/PKG-INFO +1 -1
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pyproject.toml +1 -1
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/connect/connector.py +5 -5
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/main.py +2 -1
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8/pytestomatio.egg-info}/PKG-INFO +1 -1
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/LICENSE +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/README.md +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/connect/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/connect/s3_connector.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/decor/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/decor/decorator_updater.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/decor/default.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/decor/pep8.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testing/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testing/code_collector.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testing/testItem.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testomatio/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testomatio/testRunConfig.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testomatio/testomat_item.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testomatio/testomatio.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/utils/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/utils/helper.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/utils/parser_setup.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/utils/validations.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio.egg-info/SOURCES.txt +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio.egg-info/dependency_links.txt +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio.egg-info/entry_points.txt +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio.egg-info/requires.txt +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio.egg-info/top_level.txt +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/setup.cfg +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/sub/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/sub/sub_mob/__init__.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/sub/sub_mob/sub_sub_class_test.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/sub/sub_mob/sub_sub_test.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/sub/test_class_sub.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/sub/test_sub.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/test_class_root.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/test_decorators.py +0 -0
- {pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/tests/test_root.py +0 -0
|
@@ -121,14 +121,14 @@ class Connector:
|
|
|
121
121
|
|
|
122
122
|
try:
|
|
123
123
|
response = self.session.put(f'{self.base_url}/api/reporter/{id}', json=filtered_request)
|
|
124
|
-
except ConnectionError:
|
|
125
|
-
log.error(f'Failed to connect to {self.base_url}')
|
|
124
|
+
except ConnectionError as ce:
|
|
125
|
+
log.error(f'Failed to connect to {self.base_url}: {ce}')
|
|
126
126
|
return
|
|
127
|
-
except HTTPError:
|
|
128
|
-
log.error(f'Failed to connect to {self.base_url}')
|
|
127
|
+
except HTTPError as he:
|
|
128
|
+
log.error(f'Failed to connect to {self.base_url}: {he}')
|
|
129
129
|
return
|
|
130
130
|
except Exception as e:
|
|
131
|
-
log.error(f'Generic exception happened. Please report an issue
|
|
131
|
+
log.error(f'Generic exception happened. Please report an issue: {e}')
|
|
132
132
|
return
|
|
133
133
|
|
|
134
134
|
if response.status_code == 200:
|
|
@@ -111,7 +111,8 @@ def pytest_collection_modifyitems(session: Session, config: Config, items: list[
|
|
|
111
111
|
run_details = pytest.testomatio.connector.update_test_run(**run.to_dict())
|
|
112
112
|
|
|
113
113
|
if run_details is None:
|
|
114
|
-
|
|
114
|
+
log.error('Test run failed to create. Reporting skipped')
|
|
115
|
+
return
|
|
115
116
|
|
|
116
117
|
artifact = run_details.get('artifacts')
|
|
117
118
|
if artifact:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testomatio/testRunConfig.py
RENAMED
|
File without changes
|
{pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio/testomatio/testomat_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pytestomatio-2.8.2.dev7 → pytestomatio-2.8.2.dev8}/pytestomatio.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|