summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Use byte literals where appropriateJan Cholasta2015-09-171-2/+2
* Alias "unicode" to "str" under Python 3Jan Cholasta2015-09-171-0/+3
* Use six.integer_types instead of (long, int)Petr Viktorin2015-09-011-2/+5
* Use Python3-compatible dict method namesPetr Viktorin2015-09-011-2/+2
* Run pylint on testsPetr Viktorin2015-01-141-3/+8
* ipatests: Cover DateTime in test_parameters.pyTomas Babej2014-05-051-0/+46
* Remove NULLS from constants.pyNathaniel McCallum2014-02-251-1/+3
* Add tests for the IntEnum classPetr Viktorin2013-10-091-54/+100
* Allow multiple types in Param type validationNathaniel McCallum2013-10-091-1/+2
* Make an ipa-tests packagePetr Viktorin2013-06-171-0/+1533