summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Log a fixed length string of asterisks for obfuscationZhongyue Luo2014-08-051-1/+1
* Merge "generator: tweak how MultiStrOpt defaults are handled"1.4.0.0a2Jenkins2014-07-101-0/+27
|\
| * generator: tweak how MultiStrOpt defaults are handledMark McLoughlin2014-07-091-0/+27
* | Changes imports order to pass H305, enables checkPetr Blaho2014-07-091-1/+1
|/
* Merge "generator: remove the default sanitizer feature"Jenkins2014-07-071-27/+1
|\
| * generator: remove the default sanitizer featureMark McLoughlin2014-07-021-27/+1
* | Merge "cfg,generator: add Opt.sample_default attribute"Jenkins2014-07-071-0/+30
|\ \ | |/
| * cfg,generator: add Opt.sample_default attributeMark McLoughlin2014-07-021-0/+30
* | Merge "Add cfgfilter.ConfigFilter"Jenkins2014-07-054-0/+343
|\ \ | |/ |/|
| * Add cfgfilter.ConfigFilterMark McLoughlin2014-07-034-0/+343
* | Merge "Add oslo-config-generator"Jenkins2014-07-021-0/+507
|\ \
| * | Add oslo-config-generatorMark McLoughlin2014-06-261-0/+507
* | | Merge "Add CLI option support to config fixture"Jenkins2014-07-021-3/+22
|\ \ \
| * | | Add CLI option support to config fixtureMark McLoughlin2014-06-251-3/+22
| |/ /
* | | Introduce Opts for IP addressesJakub Libosvar2014-06-302-0/+53
|/ /
* | 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
|/ /
* | Fixes an issue validating max integer valuesDavid Stanek2014-06-121-0/+8
|/
* Fix deprecated_opts for cli optionsYAMAMOTO Takashi2014-05-071-0/+44
* Merge "Reject option names prefixed with '_'"Jenkins2014-05-051-0/+3
|\
| * Reject option names prefixed with '_'YAMAMOTO Takashi2014-05-021-0/+3
* | Graduate config fixtureBen Nemec2014-04-301-0/+68
|/
* 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-242-55/+5
* Remove extraneous vim configuration commentsllg82122014-02-137-14/+0
* Merge "Throw exception if --config-dir doesn't exist"Jenkins2014-01-281-20/+34
|\
| * Throw exception if --config-dir doesn't existJay S. Bryant2014-01-271-20/+34
* | Merge "Remove copyright from empty files"Jenkins2014-01-272-30/+0
|\ \ | |/ |/|
| * Remove copyright from empty filesEric Guo2014-01-212-30/+0
* | Merge "Implemented support for custom opt types"Jenkins2014-01-222-0/+483
|\ \ | |/ |/|
| * Implemented support for custom opt typesMaxim Kulkin2014-01-162-0/+483
* | 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
|\