Fix some more test details.

This commit is contained in:
Dave Halter
2017-07-06 21:58:24 +02:00
parent b2e35bc573
commit b3f42a8920
4 changed files with 14 additions and 14 deletions

View File

@@ -39,9 +39,7 @@ setup('',
])
#TODO
##: W291
#: E123+2:4
#: E123+2:4 E291:15
print "E123", (
"bad", "hanging", "close"
)
@@ -117,15 +115,15 @@ def long_function_name(
def qualify_by_address(
#: E129
#: E129:4 E129+1:4
self, cr, uid, ids, context=None,
#: E129
params_to_check=frozenset(QUALIF_BY_ADDRESS_PARAM)):
""" This gets called by the web server """
#: E129+1:4 E129+2:4
if (a == 2 or
#: E129
b == "abc def ghi"
#: E129
"jkl mno"):
return True