freeipa/ipatests
Martin Basti 78254a9fdd Enable pylint expression-not-assigned check
Enables check and fixes:
************* Module ipa-replica-conncheck
install/tools/ipa-replica-conncheck:150:
[W0106(expression-not-assigned), parse_options] Expression
"(replica_group.add_option('-w', '--password', dest='password',
sensitive=True, help='Password for the principal'), )" is assigned to
nothing)
************* Module ipatests.test_xmlrpc.test_automount_plugin
ipatests/test_xmlrpc/test_automount_plugin.py:437:
[W0106(expression-not-assigned),
test_automount_indirect.test_1a_automountmap_add_indirect] Expression
"api.Command['automountmap_add_indirect'](self.locname, self.mapname,
**self.map_kw)['result']" is assigned to nothing)
************* Module ipatests.test_ipaserver.test_otptoken_import
ipatests/test_ipaserver/test_otptoken_import.py:128:
[W0106(expression-not-assigned), test_otptoken_import.test_mini]
Expression "[(t.id, t.options) for t in doc.getKeyPackages()]" is
assigned to nothing)
************* Module ipatests.test_ipaserver.test_ldap
ipatests/test_ipaserver/test_ldap.py:221:
[W0106(expression-not-assigned), test_LDAPEntry.test_popitem] Expression
"list(e) == []" is assigned to nothing)
************* Module ipa-client-install
ipa-client/ipa-install/ipa-client-install:114:
[W0106(expression-not-assigned), parse_options] Expression
"(basic_group.add_option('-p', '--principal', dest='principal',
help='principal to use to join the IPA realm'), )" is assigned to
nothing)
ipa-client/ipa-install/ipa-client-install:116:
[W0106(expression-not-assigned), parse_options] Expression
"(basic_group.add_option('-w', '--password', dest='password',
sensitive=True, help='password to join the IPA realm (assumes bulk
password unless principal is also set)'), )" is assigned to nothing)
ipa-client/ipa-install/ipa-client-install:118:
[W0106(expression-not-assigned), parse_options] Expression
"(basic_group.add_option('-k', '--keytab', dest='keytab', help='path to
backed up keytab from previous enrollment'), )" is assigned to nothing)
ipa-client/ipa-install/ipa-client-install:120:
[W0106(expression-not-assigned), parse_options] Expression
"(basic_group.add_option('-W', dest='prompt_password',
action='store_true', default=False, help='Prompt for a password to join
the IPA realm'), )" is assigned to nothing)

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2015-12-23 07:59:22 +01:00
..
man Fix hyphen-used-as-minus-sign warning (found by lintian) 2015-10-22 18:21:30 +02:00
pytest_plugins Use the print function 2015-09-01 11:42:01 +02:00
test_cmdline Remove unused imports 2015-12-23 07:59:22 +01:00
test_install Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_integration Remove unused imports 2015-12-23 07:59:22 +01:00
test_ipalib Remove unused imports 2015-12-23 07:59:22 +01:00
test_ipapython Remove wildcard imports 2015-12-23 07:59:22 +01:00
test_ipaserver Enable pylint expression-not-assigned check 2015-12-23 07:59:22 +01:00
test_pkcs10 Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
test_webui Remove unused imports 2015-12-23 07:59:22 +01:00
test_xmlrpc Enable pylint expression-not-assigned check 2015-12-23 07:59:22 +01: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 imports 2015-12-23 07:59:22 +01: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 Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
setup.py.in Remove unused imports 2015-12-23 07:59:22 +01:00
test_util.py Applied tier0 and tier1 marks on unit tests and xmlrpc tests 2015-11-09 11:49:17 +01:00
util.py Separated Tracker implementations into standalone package 2015-12-02 17:12:24 +01:00