summaryrefslogtreecommitdiffstats
path: root/ipatests/test_ipalib/test_parameters.py
Commit message (Expand)AuthorAgeFilesLines
* ipalib: remove the unused `csv` argument of ParamJan Cholasta2016-05-251-5/+0
* frontend: re-raise remote RequirementError using CLI name in CLIJan Cholasta2016-05-251-17/+11
* parameters: remove unused ConversionError and ValidationError argumentsJan Cholasta2016-05-251-21/+3
* test_parameters: Ignore specific error messagePetr Viktorin2016-02-171-2/+1
* Applied tier0 and tier1 marks on unit tests and xmlrpc testsMilan Kubik2015-11-091-0/+4
* test_parameters: Alias long to int under Python 3Petr Viktorin2015-10-271-0/+1
* Fix more bytes/unicode issuesPetr Viktorin2015-10-221-19/+33
* ipalib.parameters: Require bytes for Bytes.patternPetr Viktorin2015-10-131-1/+0
* ipalib.parameters: Handle 0-prefixed octal format of intsPetr Viktorin2015-10-131-0/+1
* Remove uses of the `types` modulePetr Viktorin2015-10-071-6/+5
* Use six.moves.xmlrpc.client instead of xmlrpclibPetr Viktorin2015-10-071-1/+1
* Use sys.maxsize instead of sys.maxintPetr Viktorin2015-10-071-3/+3
* 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