mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +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 = [
|
tests = [
|
||||||
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
|
# http://pep8.readthedocs.org/en/latest/intro.html#error-codes
|
||||||
'E9', # runtime errors (SyntaxError, IndentationError, IOError)
|
'E9', # runtime errors (SyntaxError, IndentationError, IOError)
|
||||||
|
'W6', # deprecated features
|
||||||
]
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue