freeipa/ipatests
Christian Heimes 602b395cf1 Fix Python 3 pylint errors
************* Module ipaserver.install.ipa_kra_install
ipaserver/install/ipa_kra_install.py:25: [W0402(deprecated-module), ] Uses of a deprecated module 'optparse')
************* Module ipapython.install.core
ipapython/install/core.py:163: [E1101(no-member), _knob] Module 'types' has no 'TypeType' member)
************* Module ipatests.test_ipapython.test_dn
ipatests/test_ipapython/test_dn.py:1205: [W1505(deprecated-method), TestDN.test_x500_text] Using deprecated method assertEquals())
************* Module ipa-ca-install
install/tools/ipa-ca-install:228: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)
install/tools/ipa-ca-install:232: [E1101(no-member), install_master] Instance of 'ValueError' has no 'message' member)

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Simo Sorce <ssorce@redhat.com>
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
2017-03-15 19:11:32 +01:00
..
man Build: remove incorrect use of MAINTAINERCLEANFILES 2016-11-16 09:12:07 +01:00
pytest_plugins Tests: Providing trust tests with tree root domain 2016-11-15 13:34:38 +01:00
test_cmdline Add fix for ipa plugins command 2017-02-17 10:22:07 +01:00
test_install ipaldap: merge IPAdmin to LDAPClient 2016-11-07 11:34:03 +01:00
test_integration Don't allow standalone KRA uninstalls 2017-03-13 16:27:23 +01:00
test_ipaclient test_csrgen: adjusted comparison test scripts for CSRGenerator 2017-03-07 13:18:14 +01:00
test_ipalib test_config: fix fips_mode key in Env 2017-03-01 12:59:21 +01:00
test_ipapython Fix Python 3 pylint errors 2017-03-15 19:11:32 +01:00
test_ipaserver Remove import nss from test_ldap 2017-03-01 13:55:22 +01:00
test_pkcs10 pkcs10: use python-cryptography for CSR processing 2016-11-10 10:21:47 +01:00
test_webui TESTS WebUI: Vaults management 2017-03-14 10:40:10 +01:00
test_xmlrpc Add SHA256 fingerprints for certs 2017-03-07 19:52:43 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
conftest.py Print test env information 2017-02-09 15:57:15 +01:00
data.py Fix more bytes/unicode issues 2015-10-22 18:34:46 +02:00
i18n.py Improve the robustness FreeIPA's i18n module and its tests 2016-11-28 13:58:33 +01:00
ipa-run-tests Enable additional warnings (BytesWarning, DeprecationWarning) 2017-02-10 16:16: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
Makefile.am Build: fix distribution of static files for web UI 2016-11-09 13:08:32 +01:00
setup.cfg Port all setup.py to setuptools 2016-10-20 18:43:37 +02:00
setup.py Finish port to PyCA cryptography 2017-03-01 12:51:50 +01:00
test_util.py Catch ValueError raised by pytest.config.getoption() 2017-01-05 17:35:33 +01:00
util.py Explicitly pass down ccache names for connections 2017-02-15 07:13:37 +01:00