summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_parameters.py
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for the IntEnum classPetr Viktorin2013-10-091-54/+100
| | | | | The StrEnum and Int tests are restructured to allow sharing the tests. Individual *Enum tests are separated into methods.
* Allow multiple types in Param type validationNathaniel McCallum2013-10-091-1/+2
| | | | | Int already needed to take both int and long. This makes the functionality available for all Param classes.
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+1533
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