add pep8 tests for import errors

This commit is contained in:
Paul Morgan 2014-02-15 21:16:25 +00:00
parent 97b29d6c35
commit 1a8ac66e06

View file

@ -34,6 +34,7 @@ class TestPep8(TitoUnitTestFixture):
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
'E2', # whitespace errors
'E3', # blank line errors
'E4', # import errors
'E9', # runtime errors (SyntaxError, IndentationError, IOError)
'W2', # whitespace warnings
'W3', # blank line warnings