summaryrefslogtreecommitdiff
path: root/tests/test_cfg.py
Commit message (Expand)AuthorAgeFilesLines
* Remove oslo namespace packageDoug Hellmann2015-07-131-3538/+0
* Fix use of mock for 1.1.0Doug Hellmann2015-07-121-3/+3
* Expose min and max to IntOptEric Brown2015-07-071-0/+13
* cfg: support interpolation of config option from other groupsJulien Danjou2015-05-111-5/+2
* Update hacking to kilo levelDoug Hellmann2015-04-031-1/+1
* Clear up MultiStrOpt and related documentation1.6.1Ian Wienand2015-02-121-0/+17
* Fix of wrong cli opts unregistrationMike Fedosin2015-01-061-10/+29
* Move files out of the namespace packageDoug Hellmann2014-12-121-46/+3
* Merge "Fix wrong order of positional args in cli"Jenkins2014-12-041-0/+56
|\
| * Fix wrong order of positional args in cliMike Fedosin2014-12-041-0/+56
* | add tests coverage for an oslo.messaging use caseMehdi Abaakouk2014-11-271-0/+39
|/
* Merge "delay formatting debug log message"Jenkins2014-10-131-2/+5
|\
| * delay formatting debug log messageDoug Hellmann2014-10-081-2/+5
* | Merge "Check config default value is correct type"Jenkins2014-10-131-22/+18
|\ \ | |/
| * Check config default value is correct typeTom Cammann2014-10-081-22/+18
* | Report permission denied when parsing configRyan Moore2014-10-081-1/+14
|/
* Looks for variable subtitution in the same groupMehdi Abaakouk2014-09-101-0/+47
* Log a fixed length string of asterisks for obfuscationZhongyue Luo2014-08-051-1/+1
* Changes imports order to pass H305, enables checkPetr Blaho2014-07-091-1/+1
* Introduce Opts for IP addressesJakub Libosvar2014-06-301-0/+20
* Merge "Add more tests for positional CLI opts"Jenkins2014-06-191-1/+28
|\
| * Add more tests for positional CLI optsMark McLoughlin2014-06-161-1/+28
* | Add test case for hyphenated option namesMark McLoughlin2014-06-151-1/+128
|/
* Fix deprecated_opts for cli optionsYAMAMOTO Takashi2014-05-071-0/+44
* Reject option names prefixed with '_'YAMAMOTO Takashi2014-05-021-0/+3
* Fix test_version on Python 3.4Cyril Roelandt2014-04-251-2/+9
* Do substitution on overrides and defaults tooBen Nemec2014-02-281-0/+18
* Convert to oslo.testJonathan LaCour2014-02-241-5/+5
* Remove extraneous vim configuration commentsllg82122014-02-131-2/+0
* Throw exception if --config-dir doesn't existJay S. Bryant2014-01-271-20/+34
* Merge "Implemented support for custom opt types"Jenkins2014-01-221-0/+111
|\
| * Implemented support for custom opt typesMaxim Kulkin2014-01-161-0/+111
* | Merge "Fix for parsing error with Dollar Sign ($) in values"Jenkins2014-01-111-0/+24
|\ \
| * | Fix for parsing error with Dollar Sign ($) in valuesDavanum Srinivas2014-01-071-0/+24
* | | Utilizes assertIsNone and assertIsNotNoneZhongyue Luo2014-01-031-21/+21
|/ /
* | Added support of operator '=='Lianhao Lu2013-12-191-0/+13
|/
* Fix to make ConfigOpts no longer obscure IOErrorsLars Butler2013-11-011-0/+13
* Replace assertEquals with assertEqualZhongyue Luo2013-10-231-12/+12
* Add the ability to validate default options valueJulien Danjou2013-10-091-1/+36
* Fix subparsers add_parser() regressionMark McLoughlin2013-09-251-0/+16
* Raises error if duplicate keys found in DictOptZhongyue Luo2013-09-231-0/+24
* Fix DictOpt to split only the first colonZhongyue Luo2013-09-171-0/+12
* Fix first param in __eq__ impl to be self1.2.0a4Davanum Srinivas2013-08-181-0/+13
* Add auto-create support for OptGroup instancesFlaper Fesp2013-08-141-6/+11
* NoSuchOptError should be used not AttributeErrorDavanum Srinivas2013-08-011-0/+1
* Fixes six importsZhongyue Luo2013-07-281-2/+2
* Add Python 3 supportJulien Danjou2013-07-161-5/+11
* Raise an exception when _oparser is not initializedDavanum Srinivas2013-07-111-0/+17
* Merge "Add reload_config_files function"Jenkins2013-06-241-0/+99
|\
| * Add reload_config_files functionFengqian.Gao2013-06-241-0/+99