qase-python-commons 3.1.0b6__py3-none-any.whl → 3.1.0b7__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/loader.py CHANGED
@@ -11,12 +11,11 @@ class TestOpsPlanLoader:
11
11
  configuration = Configuration()
12
12
  configuration.api_key['TokenAuth'] = api_token
13
13
  configuration.host = f'https://api.{host}/v1'
14
+ configuration.ssl_ca_cert = certifi.where()
14
15
 
15
16
  self.client = ApiClient(configuration)
16
17
  self.case_list = []
17
18
 
18
- configuration.ssl_ca_cert = certifi.where()
19
-
20
19
  def load(self, code: str, plan_id: int) -> list:
21
20
  try:
22
21
  response = PlansApi(self.client).get_plan(code=code, id=plan_id)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qase-python-commons
3
- Version: 3.1.0b6
3
+ Version: 3.1.0b7
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
@@ -1,6 +1,6 @@
1
1
  qase/commons/__init__.py,sha256=3HI65PJES4Q6YvtkSuRPh6tZboTETJo8wbdHlNYaePU,323
2
2
  qase/commons/config.py,sha256=meRRgDrsA9qQ9fZR4fnP0VdngrKiGcHF9nnJkf3eJpg,8320
3
- qase/commons/loader.py,sha256=muDxniNVmP4aGnAUR999wrgc7gg_-nD5p2RDSiQA_JI,1065
3
+ qase/commons/loader.py,sha256=-MMY4HgSI6q1xq3NaJoq_w4liM73qdFKjYLVCT1E7Pc,1064
4
4
  qase/commons/logger.py,sha256=Tg1sBWcn-3Tw1YLNj1kTWjGuLFMTNnwTMQmi6dvAbz8,997
5
5
  qase/commons/utils.py,sha256=OOr6kQ5hPZEyHXwbwiTOTkonRxmmtkyZPPGqXQKp5vY,2799
6
6
  qase/commons/client/api_v1_client.py,sha256=WERbX3l4740GDXEx8FA6ENy8gShBwkZzMEd6mrT3PhQ,11038
@@ -34,7 +34,7 @@ qase/commons/reporters/core.py,sha256=0x5G-KVfEOWyXiXaX5__7JBIr3Rxy8vhy0cByUSZUc
34
34
  qase/commons/reporters/report.py,sha256=MPsFv3k2l4652NyXEGFiSmwsSpwZT3Is-lLRXvsniz4,4606
35
35
  qase/commons/reporters/testops.py,sha256=f5BcorFwIK5BSeA4Rv4IKDddkWrAXL_w-Y5Xn--NdYs,6264
36
36
  qase/commons/validators/base.py,sha256=wwSn-4YiuXtfGMGnSKgo9Vm5hAKevVmmfd2Ro6Q7MYQ,173
37
- qase_python_commons-3.1.0b6.dist-info/METADATA,sha256=KB6JegrDD7jikXTbp-Pyh6R1b8dLDH5ZDN9SQykILu8,1861
38
- qase_python_commons-3.1.0b6.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
39
- qase_python_commons-3.1.0b6.dist-info/top_level.txt,sha256=Mn5aFk7H7Uia4s1NRDsvebu8vCrFy9nOuRIBfkIY5kQ,5
40
- qase_python_commons-3.1.0b6.dist-info/RECORD,,
37
+ qase_python_commons-3.1.0b7.dist-info/METADATA,sha256=jRM6kB23RYDl5hctAENccCZxq0m-DpC0N5-6nVuMrdc,1861
38
+ qase_python_commons-3.1.0b7.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
39
+ qase_python_commons-3.1.0b7.dist-info/top_level.txt,sha256=Mn5aFk7H7Uia4s1NRDsvebu8vCrFy9nOuRIBfkIY5kQ,5
40
+ qase_python_commons-3.1.0b7.dist-info/RECORD,,