IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

test: minor updates to a few testcases #195

Closed padamstx closed 3 months ago

padamstx commented 3 months ago

This commit makes some minor changes to a few testcases:

  1. test_api_exception.py: add tests for some requests.Response operations

  2. test_token_manager.py/test_jwt_token_manager.py: modified the abstract base class checks to work in Python 3.12 by matching only part of the error message that appears in the exception

  3. I also added python 3.12 to the travis build definition since I found and fixed a couple of unit test errors when using python 3.12

ibm-devx-sdk commented 2 months ago

:tada: This PR is included in version 3.20.2 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: