python-zhmcclient
python-zhmcclient copied to clipboard
Unit tests and mock support for Client.get_inventory() is missing
PR #330 added support for Client.get_inventory(), without adding unit test code or mock support.
This issue is about adding:
- mock support for
Client.get_inventory() - unit tests for that mock support
- unit tests for
Client.get_inventory(), based upon its mock support