Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for the IntEnum class | Petr Viktorin | 2013-10-09 | 1 | -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 validation | Nathaniel McCallum | 2013-10-09 | 1 | -1/+2 |
| | | | | | Int already needed to take both int and long. This makes the functionality available for all Param classes. | ||||
* | Make an ipa-tests package | Petr Viktorin | 2013-06-17 | 1 | -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 |