ironic/ironic/tests
John L. Villalovos 3700e7c6d5 flake8: Enable some off-by-default checks
Update test-requirements.txt to use latest versions of:
    * flake8-import-order
    * hacking

Enable the following off-by-default checks:
    * [H204] Use assert(Not)Equal to check for equality.
    * [H205] Use assert(Greater|Less)(Equal) for comparison.

Fix code that failed H204 and H205. In this case the fix was to add:
  # noqa

As we want to ensure that these particular tests are calling the
desired comparison operators.

Change-Id: If9cba62c832e301ac81320f9142e91319f0e40a9
2017-09-07 13:21:30 -07:00
..
functional Prepare for functional testing 2015-09-28 21:27:01 +00:00
unit flake8: Enable some off-by-default checks 2017-09-07 13:21:30 -07:00
__init__.py Prepare for functional testing 2015-09-28 21:27:01 +00:00
base.py Prevent tests from using utils.execute() 2017-05-17 09:19:40 -07:00