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

feat: add datetime to string utils for lists #110

Closed rmkeezer closed 3 years ago

rmkeezer commented 3 years ago

Adds two util functions to convert a list of DateTime to a list of str and vice versa. This is used for a new fix in the Python generator for formatting mock data values for generated unit tests.

codecov[bot] commented 3 years ago

Codecov Report

Merging #110 (529a7e0) into main (28df1f8) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #110      +/-   ##
==========================================
+ Coverage   98.69%   98.72%   +0.02%     
==========================================
  Files          18       18              
  Lines         689      704      +15     
==========================================
+ Hits          680      695      +15     
  Misses          9        9              
Impacted Files Coverage Δ
ibm_cloud_sdk_core/__init__.py 100.00% <100.00%> (ø)
ibm_cloud_sdk_core/utils.py 99.33% <100.00%> (+0.06%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 28df1f8...529a7e0. Read the comment docs.

ibm-devx-automation commented 3 years ago

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

The release is available on GitHub release

Your semantic-release bot :package::rocket: