freeipa/ipatests/test_ipapython
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
..
__init__.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_cookie.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00
test_dn.py Use /usr/bin/python2 2014-01-03 09:46:05 +01:00
test_ipautil.py Raise an error when updating CIDict with duplicate keys 2013-09-25 10:13:56 +02:00
test_ipavalidate.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_keyring.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_ssh.py Make an ipa-tests package 2013-06-17 19:22:50 +02:00