10bd807423

We use the mock library in our unit tests which assigns mocked objects with members at run time. This causes pylint to flag "no-member" errors. We also test return values on methods which return None explicitly, or implicitly, this upsets pylint. pylint is quite inflexible in the way it handles ignores in code. We can add ignore statements all over the test code, but that is quite infeasible. So, this change lets us run pylint separately for code and test modules. When running tests, it adjusts the disabled pylint checks. Change-Id: I85d3fe896ee95c52c3da55aedba8f4d72d0c299e
Team and repository tags
MANILA
You have come across an OpenStack shared file system service. It has identified itself as "Manila." It was abstracted from the Cinder project.
- Wiki: https://wiki.openstack.org/wiki/Manila
- Developer docs: https://docs.openstack.org/manila/latest/
Getting Started
If you'd like to run from the master branch, you can clone the git repo:
For developer information please see HACKING.rst
You can raise bugs here https://bugs.launchpad.net/manila
Python client
https://git.openstack.org/cgit/openstack/python-manilaclient.git
- Release notes for the project can be found at:
Description
Languages
Python
99.3%
Shell
0.7%