mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 16:31:08 -06:00
e128e7d691
Pylint is a static analysis tool and therefore, couldn't always analyze dynamic stuff properly. Transformation plugins is a way to teach Pylint how to handle such cases. Particularly, with the help of FreeIPA own plugin, it is possible to tell Pylint about instance fields having a duck-typing nature. A drawback exposed here is that a static view (Pylint's) of code should be consistent with an actual one, otherwise, codebase will be polluted with various skips of pylint checks. * added missing fields to ipatests.test_integration.base.IntegrationTest * an attempt is made to clear `no-member` skips for ipatests * removed no longer needed `pytest` module transformation Related: https://pagure.io/freeipa/issue/8116 Signed-off-by: Stanislav Levin <slev@altlinux.org> Reviewed-By: Christian Heimes <cheimes@redhat.com> |
||
---|---|---|
.. | ||
data | ||
__init__.py | ||
test_aci.py | ||
test_backend.py | ||
test_base.py | ||
test_capabilities.py | ||
test_cli.py | ||
test_config.py | ||
test_crud.py | ||
test_errors.py | ||
test_frontend.py | ||
test_messages.py | ||
test_output.py | ||
test_parameters.py | ||
test_plugable.py | ||
test_rpc.py | ||
test_text.py | ||
test_util.py | ||
test_x509.py |