tripleo-common/tripleo_common/tests/image
Sorin Sbarnea 6ddd7b388c Enable pylint
This is a follow-up from [1] which underlined that the code lacks even basic coverage as it allow
us to introduce a costly regression which could have being detected by pylint no-member test.

- enables pylint with most checks temporary disabled, so we have time
  to address them gradually
- fixes few minor issues reported by the tool
- adds skips for some known "no-member" errors but avoids adding it to the exclude list, as this
  in order to prevent further regressions.
- once landed we can easily address the temporary disabled errors, one by one. In fact this is could
  prove as a very good learning experience for newer team members. They can start by removing on
  random exclusion and fixing it. As a hint: leave the missing docstrings for the end, some problems
  are more important to fix first.

1: https://review.opendev.org/c/openstack/tripleo-common/+/762892/6/tripleo_common/image/builder/buildah.py

Change-Id: I10ab0cbfbaab77b9208e9a5d74d59eb041cb16ee
(cherry picked from commit 13ac87ba36)
2021-01-07 11:00:48 +00:00
..
builder Drop --layers from buildah 2020-11-11 13:57:58 +00:00
__init__.py Build image files from definitions in yaml 2016-03-18 11:43:32 -04:00
fakes.py Break out function get_undercloud_registry 2018-04-05 21:03:57 +00:00
test_base.py Use unittest.mock instead of third party mock 2020-05-15 18:58:43 +02:00
test_build.py Use unittest.mock instead of third party mock 2020-05-15 18:58:43 +02:00
test_image_builder.py Use unittest.mock instead of third party mock 2020-05-15 18:58:43 +02:00
test_image_export.py Ensure image files are readable to apache 2020-08-12 15:27:54 +08:00
test_image_uploader.py Enable pylint 2021-01-07 11:00:48 +00:00
test_kolla_builder.py Fix handling of default_tag 2020-11-30 14:47:23 +00:00