mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
add pep8 tests for deprecated python usage
This commit is contained in:
parent
c108f6022a
commit
5d336d0ce3
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ class TestPep8(TitoUnitTestFixture):
|
|||
tests = [
|
||||
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
|
||||
'E9', # runtime errors (SyntaxError, IndentationError, IOError)
|
||||
'W6', # deprecated features
|
||||
]
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue