freeipa/ipatests
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
..
man Fix hyphen-used-as-minus-sign warning (found by lintian) 2015-10-22 18:21:30 +02:00
pytest_plugins Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_cmdline Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_install Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_integration Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_ipalib Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_ipapython Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_ipaserver Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_pkcs10 Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_webui Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_xmlrpc Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
ipa-run-tests Switch ipa-run-tests to pytest 2014-11-21 12:14:44 +01:00
ipa-test-config Use the print function 2015-09-01 11:42:01 +02:00
ipa-test-task Use the print function 2015-09-01 11:42:01 +02:00
pytest.ini Split ipa-client/ into ipaclient/ (Python library) and client/ (C, scripts) 2016-01-27 12:09:02 +01:00
setup.py.in test_text: add test ipa.pot file for tests 2016-09-26 18:48:07 +02:00
test_util.py test_util: str/bytes check fixes for Python 3 2016-02-17 10:41:29 +01:00
util.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00