flake8: Don't require docstrings for stuff under tests/

This commit is contained in:
Florian Bruhin 2018-06-11 14:12:47 +02:00
parent 2b0e89ab14
commit 12a7aaed95

View File

@ -44,7 +44,7 @@ ignore =
min-version = 3.4.0 min-version = 3.4.0
max-complexity = 12 max-complexity = 12
per-file-ignores = per-file-ignores =
/tests/**/test_*.py : D100,D101,D401 /tests/**/*.py : D100,D101,D401
/tests/unit/browser/test_history.py : N806 /tests/unit/browser/test_history.py : N806
/tests/helpers/fixtures.py : N806 /tests/helpers/fixtures.py : N806
/tests/unit/browser/webkit/http/test_content_disposition.py : D400 /tests/unit/browser/webkit/http/test_content_disposition.py : D400