ironic-lib/ironic_lib
John L. Villalovos c693d5d04f flake8: Enable some off-by-default checks
Enable the following off-by-default checks:
    * [H106] Don't put vim configuration in source files.
    * [H203] Use assertIs(Not)None to check for None.
    * [H204] Use assert(Not)Equal to check for equality.
    * [H205] Use assert(Greater|Less)(Equal) for comparison.
    * [H210] Require ‘autospec’, ‘spec’, or ‘spec_set’ in
             mock.patch/mock.patch.object calls
    * [H904] Delay string interpolations at logging calls.

Fix code that failed [H904]. Nothing else failed the new added checks.

Change-Id: I727c944aad04298de07bcdd1d0008dcb9ffe32e9
2017-09-06 20:39:38 -07:00
..
common Remove translation of log messages 2017-03-21 12:12:56 -07:00
tests Merge "Adjust test with option 'backend'" 2017-06-19 13:59:52 +00:00
__init__.py Initial commit for ironic-lib 2015-02-26 04:15:08 -08:00
disk_partitioner.py Remove translation of log messages 2017-03-21 12:12:56 -07:00
disk_utils.py Support for NVMe drives for config drives 2017-06-08 10:11:54 -07:00
exception.py Remove translation of log messages 2017-03-21 12:12:56 -07:00
metrics.py Enforce doc8, make it pass, + fix inaccuracies 2016-08-18 16:47:22 +00:00
metrics_statsd.py Remove translation of log messages 2017-03-21 12:12:56 -07:00
metrics_utils.py Add support for metrics 2016-06-28 13:38:01 +01:00
utils.py flake8: Enable some off-by-default checks 2017-09-06 20:39:38 -07:00
version.py Add framework for doc building in ironic-lib 2016-08-18 09:14:52 -07:00