python-zhmcclient icon indicating copy to clipboard operation
python-zhmcclient copied to clipboard

Add test that mutable input properties remain unchanged in create or update

Open andy-maier opened this issue 8 years ago • 0 comments

PR #313 fixed that input properties are deep-copied so that the zhmcclient caller can change them after supplying them to the zhmcclient API in create() and update_properties() calls, and the resource object is not affected by the change.

However, it did not add test cases to verify that. This issue is about adding such test cases.

andy-maier avatar Jun 20 '17 06:06 andy-maier