freeipa/ipatests/test_ipalib
Stanislav Levin e128e7d691 pylint: Synchronize pylint plugin to ipatests code
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>
2020-02-12 18:08:32 +02:00
..
data test_text: add test ipa.pot file for tests 2016-09-26 18:48:07 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_aci.py Handle subyptes in ACIs 2018-06-20 08:38:03 +02:00
test_backend.py pylint: Synchronize pylint plugin to ipatests code 2020-02-12 18:08:32 +02:00
test_base.py Py3: Remove subclassing from object 2018-09-27 11:49:04 +02:00
test_capabilities.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_cli.py Py3: Remove subclassing from object 2018-09-27 11:49:04 +02:00
test_config.py test_config: fix fips_mode key in Env 2017-03-01 12:59:21 +01:00
test_crud.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_errors.py Py3: Remove subclassing from object 2018-09-27 11:49:04 +02:00
test_frontend.py pylint: Synchronize pylint plugin to ipatests code 2020-02-12 18:08:32 +02:00
test_messages.py Tests: Add data attribute to messages 2016-08-16 11:56:49 +02:00
test_output.py Generate same API.txt under Python 2 and 3 2018-02-15 09:41:30 +01:00
test_parameters.py test_ipalib: add test for DNParam class 2019-11-20 11:15:28 +01:00
test_plugable.py Remove deprecated object logger 2019-04-23 12:55:35 +02:00
test_rpc.py pylint: Synchronize pylint plugin to ipatests code 2020-02-12 18:08:32 +02:00
test_text.py pytest: Migrate unittest/nose to Pytest fixtures 2020-02-12 18:08:32 +02:00
test_util.py Don't hard-code client's TLS versions and ciphers 2019-12-02 16:48:07 +01:00
test_x509.py move MSCSTemplate classes to ipalib 2019-07-17 17:58:58 +03:00