H405 activate

Activate H405 tests.

Change-Id: I50266114b4fec3cfeeb86b44fc555d20d76ebca6
This commit is contained in:
Terry Howe 2014-07-03 20:46:12 -06:00
parent 924cc302ab
commit cd0e1eed55
2 changed files with 6 additions and 4 deletions

View File

@ -115,7 +115,9 @@ if tuple(sys.version_info)[0:2] < (2, 7):
class TestResponse(requests.Response):
"""Class used to wrap requests.Response and provide some
"""Test implementation of requests.Response
Class used to wrap requests.Response and provide some
convenience to initialize with a dict.
"""

View File

@ -22,10 +22,10 @@ commands = {posargs}
commands = python setup.py testr --coverage --testr-args='{posargs}'
[flake8]
# H404, H405 are docstring rules that were not followed at the time of their
# addition, feel free to fix
# H404 is a docstring rule that is not followed at this time, but
# feel free to fix
# H803 skipped on purpose per list discussion.
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125,H404,H405,H803
ignore = E123,E125,H404,H803
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build