summaryrefslogtreecommitdiffstats
path: root/ipatests/test_cmdline/test_help.py
Commit message (Collapse)AuthorAgeFilesLines
* ipatests.test_cmdline.test_help: Re-raise unexpected exceptions on failurePetr Viktorin2013-10-031-1/+2
| | | | | | If an exception is expected, but another one is raised, the CLITestContext raised a generic AssertionError. Pass through the original exception instead
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+141
Rename the 'tests' directory to 'ipa-tests', and create an ipa-tests RPM containing the test suite Part of the work for: https://fedorahosted.org/freeipa/ticket/3654