Python client for Container Infrastructure Management Service
cb12dc0232
Currently assertTrue and assertFalse are used to check wheter a mock method is called. It is not checked whether mock method is called with correct set of arguments. With this patch following modules uses assert_called_* and assert_not_called instead of assertTrue and assertFalse. - magnumclient/tests/v1/test_bays_shell.py - magnumclient/tests/v1/test_clusters_shell.py Change-Id: I8b848d068bd08512d8c1fc716bb1b6e6d892137c Partially-Implements: blueprint magnumclient-ut-coverage |
||
---|---|---|
doc/source | ||
magnumclient | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
coverage.sh | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
Python bindings to the Magnum API
This is a client library for Magnum built on the Magnum API. It
provides a Python API (the magnumclient
module) and a
command-line tool (magnum
).
Development takes place via the usual OpenStack processes as outlined in the developer guide.
- License: Apache License, Version 2.0
- PyPi - package installation
- Online Documentation
- Launchpad project - release management
- Bugs - issue tracking
- Source