freeipa/ipatests/pytest_ipa/integration
Stanislav Levin c6769ad12f Fix errors found by Pylint-2.4.3
New Pylint (2.4.3) catches several new 'true problems'. At the same
time, it warns about things that are massively and reasonably
employed in FreeIPA.

list of fixed:
- no-else-continue
- redeclared-assigned-name
- no-else-break
- unnecessary-comprehension
- using-constant-test (false positive)

list of ignored (responsibility of contributors and reviewers):
- import-outside-toplevel

Fixes: https://pagure.io/freeipa/issue/8102
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
2019-10-21 18:01:32 +11:00
..
__init__.py Removes several pylint warnings. 2019-09-27 09:38:32 +02:00
config.py ipatests: allow AD hosts to be placed in separate domain config objects 2019-04-01 10:24:46 -04:00
create_caless_pki.py Rename pytest_plugins to ipatests.pytest_ipa 2018-08-02 17:07:43 +02:00
env_config.py ipatests: allow AD hosts to be placed in separate domain config objects 2019-04-01 10:24:46 -04:00
firewall.py New firewall support class in ipatests/pytest_ipa/integration/firewall 2018-12-03 11:26:08 +01:00
host.py ipatests: modify run_command to allow specify successful return codes 2019-09-06 12:11:04 +02:00
tasks.py Fix errors found by Pylint-2.4.3 2019-10-21 18:01:32 +11:00