packstack/tests
Christian Berendt 713b745e0e Enable PEP8 checks for F401, E202, E271, E272, E711, E712
* F401 module imported but unused
* E271 multiple spaces after keyword
* E272 multiple spaces before keyword
* E202 remove extraneous whitespace
* E711 comparison to None should be 'if cond is None:'
* E712 comparison to True/False should be 'if cond is True/False:' or 'if cond:'

Change-Id: I56a1dbee2ae17b8315a55215e2c676e0de8311f7
2015-01-16 13:11:31 +01:00
..
installer Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
modules Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
__init__.py Added missing validator test renamed validators module to be pep8 compliant 2013-03-13 14:12:34 +01:00
test_base.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
test_plugin_serverprep.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00