nova/nova/tests/functional/wsgi
Gábor Antal 51c6b13847 Enable global hacking checks and removed local checks
In this patchset, I set up 'enabled-extensions' in flake8 section
of tox.ini. In newer hacking versions, we can enable some of the
non-default hacking rules (one by one), which are disabled by default
and implemented in the newer versions of hacking. The enabled extensions
are the following:

* [H106] Don’t put vim configuration in source files (off by default).
* [H203] Use assertIs(Not)None to check for None (off by default).
* [H904] Delay string interpolations at logging calls (off by default).

Together with enabling these rules, I also removed the locally
implemented versions of them. Due to limitations of local checking
engine, there were some places in the tests, where pep8 failed.

In this patchset, these codes are also fixed.

Change-Id: I3a9d2dc007a269cdb2cad441e22f5eb9b58ce0a0
2017-02-10 15:09:37 +01:00
..
__init__.py nova flavor manage functional test 2015-02-20 08:50:44 -05:00
test_attach_interfaces.py Add os-interface functional negative tests 2016-05-02 13:46:32 +09:00
test_flavor_manage.py [3/3]Replace six.iteritems() with .items() 2017-02-09 23:09:38 +08:00
test_secgroup.py Enable global hacking checks and removed local checks 2017-02-10 15:09:37 +01:00
test_servers.py Remove pre-cellsv2 short circuit in instance get 2017-02-01 11:25:18 -08:00