pytestomatio 2.8.2.dev28__tar.gz → 2.8.2.dev30__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.
Files changed (40) hide show
  1. {pytestomatio-2.8.2.dev28/pytestomatio.egg-info → pytestomatio-2.8.2.dev30}/PKG-INFO +1 -1
  2. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pyproject.toml +1 -1
  3. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/connect/connector.py +19 -11
  4. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30/pytestomatio.egg-info}/PKG-INFO +1 -1
  5. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/LICENSE +0 -0
  6. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/README.md +0 -0
  7. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/__init__.py +0 -0
  8. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/connect/__init__.py +0 -0
  9. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/connect/s3_connector.py +0 -0
  10. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/decor/__init__.py +0 -0
  11. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/decor/decorator_updater.py +0 -0
  12. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/decor/default.py +0 -0
  13. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/decor/pep8.py +0 -0
  14. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/main.py +0 -0
  15. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testing/__init__.py +0 -0
  16. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testing/code_collector.py +0 -0
  17. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testing/testItem.py +0 -0
  18. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testomatio/__init__.py +0 -0
  19. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testomatio/testRunConfig.py +0 -0
  20. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testomatio/testomat_item.py +0 -0
  21. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/testomatio/testomatio.py +0 -0
  22. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/utils/__init__.py +0 -0
  23. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/utils/helper.py +0 -0
  24. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/utils/parser_setup.py +0 -0
  25. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio/utils/validations.py +0 -0
  26. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio.egg-info/SOURCES.txt +0 -0
  27. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio.egg-info/dependency_links.txt +0 -0
  28. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio.egg-info/entry_points.txt +0 -0
  29. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio.egg-info/requires.txt +0 -0
  30. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/pytestomatio.egg-info/top_level.txt +0 -0
  31. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/setup.cfg +0 -0
  32. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/sub/__init__.py +0 -0
  33. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/sub/sub_mob/__init__.py +0 -0
  34. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/sub/sub_mob/sub_sub_class_test.py +0 -0
  35. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/sub/sub_mob/sub_sub_test.py +0 -0
  36. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/sub/test_class_sub.py +0 -0
  37. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/sub/test_sub.py +0 -0
  38. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/test_class_root.py +0 -0
  39. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/test_decorators.py +0 -0
  40. {pytestomatio-2.8.2.dev28 → pytestomatio-2.8.2.dev30}/tests/test_root.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytestomatio
3
- Version: 2.8.2.dev28
3
+ Version: 2.8.2.dev30
4
4
  Summary: Pytest plugin to sync test with testomat.io
5
5
  Author: Oleksii Ostapov, TikoQA
6
6
  Project-URL: Testomat.io, https://testomat.io/
@@ -13,7 +13,7 @@ version_provider = "pep621"
13
13
  update_changelog_on_bump = false
14
14
  [project]
15
15
  name = "pytestomatio"
16
- version = "2.8.2.dev28"
16
+ version = "2.8.2.dev30"
17
17
 
18
18
  dependencies = [
19
19
  "requests>=2.29.0",
@@ -5,6 +5,7 @@ from os.path import join, normpath
5
5
  from os import getenv
6
6
  from pytestomatio.utils.helper import safe_string_list
7
7
  from pytestomatio.testing.testItem import TestItem
8
+ import time
8
9
 
9
10
  log = logging.getLogger('pytestomatio')
10
11
 
@@ -37,7 +38,7 @@ class Connector:
37
38
  self._session.verify = False
38
39
  log.info(f"Proxy settings applied: {self._session.proxies}")
39
40
 
40
- if not self._test_proxy_connection():
41
+ if not self._test_proxy_connection(timeout=1):
41
42
  log.info("Proxy is unavailable. Falling back to a direct connection.")
42
43
  self._session.proxies.clear()
43
44
  self._session.verify = True
@@ -47,16 +48,23 @@ class Connector:
47
48
  self._session.verify = True
48
49
  self._test_proxy_connection()
49
50
 
50
- def _test_proxy_connection(self, test_url="https://api.ipify.org?format=json"):
51
- """Test if the proxy connection is available."""
52
- try:
53
- response = self._session.get(test_url, timeout=5)
54
- response.raise_for_status()
55
- log.info("Internet connection is available.")
56
- return True
57
- except requests.exceptions.RequestException:
58
- log.error("Internet connection is unavailable.")
59
- return False
51
+ def _test_proxy_connection(self, test_url="https://api.ipify.org?format=json", timeout=30, retry_interval=1):
52
+ log.debug("Current session: %s", self._session.proxies)
53
+ log.debug("Current verify: %s", self._session.verify)
54
+
55
+ start_time = time.time()
56
+ while time.time() - start_time < timeout:
57
+ try:
58
+ response = self._session.get(test_url, timeout=5)
59
+ response.raise_for_status()
60
+ log.info("Internet connection is available.")
61
+ return True
62
+ except requests.exceptions.RequestException as e:
63
+ log.error("Internet connection is unavailable. Error: %s", e)
64
+ time.sleep(retry_interval)
65
+
66
+ log.error("Internet connection check timed out after %d seconds.", timeout)
67
+ return False
60
68
 
61
69
  def load_tests(
62
70
  self,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pytestomatio
3
- Version: 2.8.2.dev28
3
+ Version: 2.8.2.dev30
4
4
  Summary: Pytest plugin to sync test with testomat.io
5
5
  Author: Oleksii Ostapov, TikoQA
6
6
  Project-URL: Testomat.io, https://testomat.io/