summaryrefslogtreecommitdiff
path: root/oslo_config/tests/test_types.py
Commit message (Expand)AuthorAgeFilesLines
* inherit from object is not required for py3Moisés Guimarães de Medeiros2021-01-121-1/+1
* Add a new type HostDomain.Hervé Beraud2020-10-221-1/+23
* Remove sixStephen Finucane2020-02-121-2/+1
* Improve removing quotes logicAndrii Ostapenko2019-08-121-0/+5
* fix formatting of sample defaultsDoug Hellmann2019-01-101-0/+37
* fix URI type equality comparisonDoug Hellmann2018-04-201-0/+29
* Support trailing commas in values of list typeQuan Tian2018-03-261-0/+9
* Provide descriptions for choicesStephen Finucane2017-12-131-35/+47
* Fix conversion to item_type on __call__ in List type(again)Gevorg Davoian2017-03-171-0/+5
* Merge "Fixing HostName and adding support for HostAddress"Jenkins2016-12-071-2/+38
|\
| * Fixing HostName and adding support for HostAddressDharini Chandrasekar2016-12-071-2/+38
* | Revert "Fix conversion to item_type on __call__ in List type"ChangBo Guo(gcb)2016-11-211-5/+0
* | Fix conversion to item_type on __call__ in List typeGevorg Davoian2016-11-161-0/+5
* | Fixup list types handling tuplesJoshua Harlow2016-10-251-0/+4
* | Fix repr for tuples in choicesJohn L. Villalovos2016-09-091-0/+22
|/
* Merge "Add Range type"Jenkins2016-08-301-0/+40
|\
| * Add Range typeTrevor McCasland2016-08-221-0/+40
* | Add Port type to allow configuration of a list of tcp/ip portsAdit Sarfaty2016-08-111-6/+155
|/
* Add min and max values to Float type and OptAdit Sarfaty2016-07-211-0/+78
* Add max_length to URIOptEric Brown2016-07-141-0/+6
* Add URIOptMasaki Matsushita2016-06-171-0/+12
* Merge "Make sure ConfigType is an abstract class"Jenkins2016-05-241-0/+19
|\
| * Make sure ConfigType is an abstract classChangBo Guo(gcb)2016-05-241-0/+19
* | Remove duplicated code in method test_equal of HostnameTypeTestsChangBo Guo(gcb)2016-05-231-1/+0
|/
* Add hostname config typeTom Cammann2016-02-181-0/+68
* Merge "Test equality of types.String choices as a set"Jenkins2015-12-091-0/+4
|\
| * Test equality of types.String choices as a setEric Brown2015-12-081-0/+4
* | Add new parameter `choices` to Integer typeLin Tan2015-12-081-0/+43
|/
* Add max length check to StrOptAkihiro Motoki2015-11-111-0/+5
* Case insensitiveness when comparing choices valuesLucas Alvares Gomes2015-10-071-0/+25
* Make Integer type class honor zero for min/maxJohn L. Villalovos2015-08-271-0/+36
* Add regex validation to String typeChris St. Pierre2015-07-201-1/+29
* Better check for integer range to account for 0Davanum Srinivas2015-02-011-0/+1
* Move files out of the namespace packageDoug Hellmann2014-12-121-0/+411