summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_parameters.py
Commit message (Expand)AuthorAgeFilesLines
* Rename errors2.py to errors.py. Modify all affected files.Pavel Zuna2009-04-231-10/+10
* Add new type List that converts delimited values into a tupleRob Crittenden2009-03-201-0/+59
* Add maxvalue and minvalue kwargs and rules to Int and FloatRob Crittenden2009-03-031-0/+168
* Add pattern matching to Str and BytesJason Gerard DeRose2009-02-171-1/+69
* Added some missing parameter unit tests; added docstring about Command._repr_...Jason Gerard DeRose2009-02-031-3/+41
* Further migration toward new xmlrcp code; fixed problem with unicode Fault.fa...Jason Gerard DeRose2009-02-031-0/+2
* Added Command.args_options_2_params() method and its unit testsJason Gerard DeRose2009-02-031-0/+2
* Fixed Param.validate() so that self.query is checked after self.requiredJason Gerard DeRose2009-01-201-1/+2
* Added missing enumerable parametersJason Gerard DeRose2009-01-181-0/+49
* New Param: added Param.query kwarg for crud operations like Retrieve and Sear...Jason Gerard DeRose2009-01-141-2/+9
* New Param: split common Bytes/Str functionality into new Data base class; Str...Jason Gerard DeRose2009-01-141-0/+53
* Updated all references to 'parameter' module to 'parameters'Jason Gerard DeRose2009-01-141-50/+50
* New Param: renamed parameter.py to parameters.pyJason Gerard DeRose2009-01-141-0/+884