freeipa/ipatests/test_ipaserver
Petr Viktorin 375e9f7c4b tests: Use PEP8-compliant setup/teardown method names
The setUp/dearDown names are used in the unittest module, but there is no reason
to use them in non-`unittest` test cases.
Nose supports both styles (but mixing them can cause trouble when
calling super()'s methods).
Pytest only supports the new ones.

https://fedorahosted.org/freeipa/ticket/4610

Reviewed-By: Tomas Babej <tbabej@redhat.com>
2014-11-21 12:14:44 +01:00
..
data Implement OTP token importing 2014-06-25 12:55:02 +02:00
test_install ipaserver.install.service: Fix estimated time display 2014-03-13 18:15:43 +01:00
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
httptest.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_changepw.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_ldap.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_otptoken_import.py Implement OTP token importing 2014-06-25 12:55:02 +02:00
test_rpcserver.py Switch client to JSON-RPC 2013-11-26 16:59:59 +01:00