freeipa/ipatests/pytest_plugins
Martin Basti 45e3aee352 Pylint: enable check for unused-variables
Unused variables may:
* make code less readable
* create dead code
* potentialy hide issues/errors

Enabled check should prevent to leave unused variable in code

Check is locally disabled for modules that fix is not clear or easy or have too many occurences of
unused variables

Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2016-09-27 13:35:58 +02:00
..
__init__.py Declarative tests: Switch to pytest 2014-11-21 12:14:44 +01:00
beakerlib.py ipatests: Use pytest-beakerlib 2014-12-17 15:37:56 +01:00
declarative.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
integration.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
nose_compat.py Add local pytest plugin for --with-xunit and --logging-level 2014-11-21 12:14:44 +01:00