Warning suppressions in tests
This commit is contained in:
parent
31df3077b3
commit
5c57a8c877
5 changed files with 8 additions and 5 deletions
|
|
@ -56,7 +56,7 @@ def test(b, f):
|
|||
raise RuntimeError
|
||||
|
||||
# Test static method
|
||||
b.stat()
|
||||
b.statMethod()
|
||||
|
||||
if f.access != CONST_ACCESS:
|
||||
raise RuntimeError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue