mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
pylint: Fix no-member
Teach pylint or skip newly exposed no-members. Fixes: https://pagure.io/freeipa/issue/9117 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
committed by
Rob Crittenden
parent
e096478752
commit
a1f0f2743d
@@ -365,7 +365,9 @@ class test_Command(ClassChecker):
|
||||
inst.finalize()
|
||||
assert type(inst.output) is NameSpace
|
||||
assert list(inst.output) == ['result']
|
||||
# pylint: disable=no-member
|
||||
assert type(inst.output.result) is output.Output
|
||||
# pylint: enable=no-member
|
||||
|
||||
def test_iter_output(self):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user