freeipa/ipatests/test_ipaserver
Christian Heimes d7426ccbe7 Replace nose with unittest and pytest
* Replace raise nose.SkipTest with raise unittest.SkipTest
* Replace nose.tools.assert_equal(a, b) with assert a == b
* Replace nose.tools.raises with pytest.raises
* Convert @raises decorator to pytest.raises() but just for relevant
  lines.
* Remove nose dependency

I left the nose_compat pytest plugin in place. It can be removed in
another request in case it is no longer used.

https://pagure.io/freeipa/issue/7301

Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2017-12-12 16:16:58 +01:00
..
data ipa-otptoken-import: Make PBKDF2 refer to the pkcs5 namespace 2017-09-01 10:50:34 +02:00
test_install Add safe DirectiveSetter context manager 2017-12-12 14:13:54 +01:00
__init__.py pytest 3.x compatibility 2017-03-27 18:03:14 +02:00
httptest.py tests: fix failing HTTPS connection 2017-07-27 10:28:58 +02:00
test_changepw.py Replace nose with unittest and pytest 2017-12-12 16:16:58 +01:00
test_dnssec.py ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00
test_ipap11helper.py Fix PKCS11 helper 2017-04-12 09:54:10 +02:00
test_kadmin.py Silence pytest.yield_fixture deprecation warning 2017-05-30 12:28:51 +02:00
test_ldap.py Replace nose with unittest and pytest 2017-12-12 16:16:58 +01:00
test_otptoken_import.py OTP import: support hash names with HMAC- prefix 2017-09-18 11:37:31 +02:00
test_rpcserver.py Fix test, nested lists are no longer converted to nested tuples 2017-02-15 17:27:56 +01:00
test_secrets.py ipapython: move dnssec, p11helper and secrets to ipaserver 2016-11-29 14:50:51 +01:00
test_serverroles.py Add marker needs_ipaapi and option to skip tests 2017-12-11 20:40:06 +01:00
test_topology_plugin.py Use os.path.isfile() and isdir() 2017-10-20 12:27:19 +02:00
test_version_comparison.py tests for package version comparison 2016-01-12 15:33:22 +01:00