OpenKMIP / PyKMIP

A Python implementation of the KMIP specification.
Apache License 2.0
272 stars 134 forks source link

Add integration tests for the Modify and DeleteAttribute operations #615

Closed PeterHamilton closed 4 years ago

PeterHamilton commented 4 years ago

This change adds integration tests for the client and server for the Modify and DeleteAttribute operations, proving they work in tandem. Minor bug fixes in the client are included to enable correct test execution.

Partially implements #547

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@2015cf7). Click here to learn what that means. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #615   +/-   ##
=========================================
  Coverage          ?   96.58%           
=========================================
  Files             ?       79           
  Lines             ?    16887           
  Branches          ?        0           
=========================================
  Hits              ?    16311           
  Misses            ?      576           
  Partials          ?        0
Impacted Files Coverage Δ
kmip/services/kmip_client.py 71.31% <100%> (ø)

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 2015cf7...e4eca15. Read the comment docs.