packstack/tests/installer
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
..
__init__.py Added missing validator test renamed validators module to be pep8 compliant 2013-03-13 14:12:34 +01:00
test_drones.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
test_processors.py Enable PEP8 checks for F401, E202, E271, E272, E711, E712 2015-01-16 13:11:31 +01:00
test_run_setup.py support ssh-based live migration 2014-04-25 16:16:26 -04:00
test_sequences.py Plugins refactor 2014-05-22 10:54:21 +02:00
test_setup_params.py Deprecates MySQL parameters in favor of MariaDB 2014-09-08 11:56:24 +02:00
test_utils.py Use except x as y instead of except x, y 2014-06-03 07:53:51 +02:00
test_validators.py Replace broadcast address with 255.255.255.255 in tests 2013-03-22 08:44:22 -04:00