mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
add pep8 tests for import errors
This commit is contained in:
parent
97b29d6c35
commit
1a8ac66e06
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue