hacking/hacking/tests
jmeridth ce4f1f35c9 Adds ability to ignore hacking validations with noqa
Add allownoqa decorator that can be applied to any of the hacking
core functions.  This allows a using application to bypass that
particular hacking validation.  The reason this is being introduced
is because I need to bypass H231 and H233, both Python 3.x
validations.  I need to bypass these so we can run pep8 validations
on the nova XenServer plugins.  XenServer usese Python 2.4 in its
environment and therefore the code won't pass those two or future
Python 3.x validations.

It is understood that a patch to hacking won't be held up or reverted
if it breaks anything Python 2.4 related, including breaking of this
patch.

Change-Id: Iea3867b84212ab30bdd168b5dbd43c11a4dc535e
2013-08-26 15:54:37 +00:00
..
__init__.py Fix tests to redirect stdout 2013-05-31 16:11:22 -07:00
test_config.py Extract configs-related code to the configs helper 2013-08-01 22:43:15 +04:00
test_doctest.py Fix tests to redirect stdout 2013-05-31 16:11:22 -07:00
test_gittest.py Avoid crash when git commit title cannot be found 2013-07-09 13:27:53 +02:00
test_import_exceptions.py Import exceptions list is now configurable 2013-08-03 10:30:53 +04:00
test_local.py Add local-check test 2013-06-07 15:43:25 -07:00
test_noqa_decorator.py Adds ability to ignore hacking validations with noqa 2013-08-26 15:54:37 +00:00