freeipa/ipatests/test_ipaserver
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
..
data Implement OTP token importing 2014-06-25 12:55:02 +02:00
test_install Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
httptest.py Use six.moves.http_client instead of httplib 2015-10-07 10:27:20 +02:00
test_changepw.py Remove unused imports 2015-12-23 07:59:22 +01:00
test_ldap.py Tests: Remove usage of krb5 ccache from test_ipaserver/test_ldap 2016-09-21 18:48:22 +02:00
test_otptoken_import.py Remove unused variables in tests 2016-09-27 13:35:58 +02:00
test_rpcserver.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_serverroles.py Pylint: enable check for unused-variables 2016-09-27 13:35:58 +02:00
test_topology_plugin.py test_topology_plugin: Don't rely on order of an attribute's values 2016-05-30 16:44:08 +02:00
test_version_comparison.py tests for package version comparison 2016-01-12 15:33:22 +01:00