freeipa/ipatests/test_cmdline
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
..
cmdline.py tests: Use PEP8-compliant setup/teardown method names 2014-11-21 12:14:44 +01:00
test_cli.py Do not require description in UI. 2014-09-29 12:53:43 +02:00
test_help.py ipatests.test_cmdline.test_help: Re-raise unexpected exceptions on failure 2013-10-03 19:50:35 +02:00
test_ipagetkeytab.py test_ipagetkeytab: Fix assertion in negative test 2014-07-30 11:02:23 +02:00