deckhand/deckhand/tests/unit/control
Felipe Monteiro 8715fe3e02 [flake8] Enable extra, optional hacking checks
Update test-requirements.txt to use latest version of:
    * hacking

Enable the following off-by-default checks:
    * [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.

Made minimal code changes to comply with changes.

Change-Id: I3559ead76b5476650d7193e7023d349175234922
2017-09-21 10:43:21 -04:00
..
__init__.py Initial engine framework 2017-07-17 20:46:49 +01:00
test_api.py [flake8] Enable extra, optional hacking checks 2017-09-21 10:43:21 -04:00
test_base.py [feat] DECKHAND-28: Document pre-validation logic and API integration 2017-08-08 18:52:44 +01:00