Skip to content

Commit

Permalink
[#1665] Ignore PEP8 for our new test files
Browse files Browse the repository at this point in the history
By our testing coding standards, the test methods' names end up quite big,
which can easily go over the 79 chars limit of PEP8.
  • Loading branch information
vitorbaptista committed May 1, 2014
1 parent dda3e74 commit 9afd5f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ckan/tests/test_coding_standards.py
Expand Up @@ -712,6 +712,8 @@ class TestPep8(object):
'ckan/model/user.py',
'ckan/model/vocabulary.py',
'ckan/new_authz.py',
'ckan/new_tests/logic/action/test_get.py',
'ckan/new_tests/test_new_authz.py',
'ckan/pastertemplates/__init__.py',
'ckan/plugins/interfaces.py',
'ckan/plugins/toolkit.py',
Expand Down

0 comments on commit 9afd5f4

Please sign in to comment.