packstack/tests/installer
Christian Berendt c532db1461 Enable several PEP8 checks
* E122 continuation line missing indentation or outdented
* E126 continuation line over-indented for hanging indent
* E127 continuation line over-indented for visual indent
* E128 continuation line under-indented for visual indent
* E131 continuation line unaligned for hanging indent
* E303 too many blank lines
* W601 .has_key() is deprecated, use 'in'
* H234 assertEquals is deprecated, use assertEqual
* H401 docstring should not start with a space
* H402 one line docstring needs punctuation.

Change-Id: I1c264dba19bfe7cb9173e8999429827bd026b930
2015-01-21 19:11:49 +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 several PEP8 checks 2015-01-21 19:11:49 +01:00
test_run_setup.py support ssh-based live migration 2014-04-25 16:16:26 -04:00
test_sequences.py Enable several PEP8 checks 2015-01-21 19:11:49 +01:00
test_setup_params.py Deprecates MySQL parameters in favor of MariaDB 2014-09-08 11:56:24 +02:00
test_utils.py Enable several PEP8 checks 2015-01-21 19:11:49 +01:00
test_validators.py Enable several PEP8 checks 2015-01-21 19:11:49 +01:00