summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_cfg.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced direct usage of stubout with BaseTestCase.Monty Taylor2013-01-241-7/+4
* Use testtools as test base class.Monty Taylor2013-01-241-22/+16
* Move logging config options into the log moduleMark McLoughlin2013-01-211-56/+0
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Revert "Support lookup of value using "group.key""Mark McLoughlin2013-01-081-6/+0
* Support lookup of value using "group.key"Davanum Srinivas2013-01-021-0/+6
* Merge "Add deprecated --logdir common opt"Jenkins2012-12-081-2/+11
|\
| * Add deprecated --logdir common optMark McLoughlin2012-12-071-2/+11
* | Merge "Add deprecated --logfile common opt."Jenkins2012-12-071-0/+11
|\|
| * Add deprecated --logfile common opt.Dan Prince2012-12-061-0/+11
* | Merge "Allow nova and others to override some logging defaults"Jenkins2012-12-061-0/+45
|\ \ | |/ |/|
| * Allow nova and others to override some logging defaultsDavanum Srinivas2012-12-061-0/+45
* | Merge "Fixing the trim for ListOp when reading from config file"Jenkins2012-12-061-0/+6
|\ \ | |/ |/|
| * Fixing the trim for ListOp when reading from config fileMichael Basnight2012-12-051-0/+6
* | Merge "Fix set_default() with boolean CLI options"Jenkins2012-12-031-0/+22
|\ \
| * | Fix set_default() with boolean CLI optionsMark McLoughlin2012-12-031-0/+22
* | | Merge "Improve cfg's argparse sub-parsers support"Jenkins2012-12-031-42/+107
|\| | | |/ |/|
| * Improve cfg's argparse sub-parsers supportMark McLoughlin2012-11-291-42/+107
* | Merge "Hide the GroupAttr conf and group attributes"Jenkins2012-11-291-0/+12
|\ \
| * | Hide the GroupAttr conf and group attributesMark McLoughlin2012-11-231-0/+12
* | | Merge "Fix regression with cfg CLI arguments"Jenkins2012-11-291-0/+2
|\ \ \ | | |/ | |/|
| * | Fix regression with cfg CLI argumentsMark McLoughlin2012-11-261-0/+2
* | | Merge "Add another duplicate opt test case"Jenkins2012-11-291-0/+5
|\ \ \
| * | | Add another duplicate opt test caseMark McLoughlin2012-11-231-0/+5
| | |/ | |/|
* | | Merge "Fix broken --help with CommonConfigOpts"Jenkins2012-11-291-0/+9
|\ \ \ | |_|/ |/| |
| * | Fix broken --help with CommonConfigOptsMark McLoughlin2012-11-231-0/+9
| |/
* / Fix ListOpt to trim whitespaceDavanum Srinivas2012-11-241-0/+4
|/
* Add support for positional argumentsMark McLoughlin2012-11-151-12/+65
* Use stock argparse behaviour for optional argsMark McLoughlin2012-11-151-2/+2
* Use stock argparse --usage behaviourMark McLoughlin2012-11-151-3/+3
* Use stock argparse --version behaviourMark McLoughlin2012-11-151-2/+2
* Completely remove cfg's disable_interspersed_args()Mark McLoughlin2012-11-151-12/+0
* argparse support for cfgLaurence Miao2012-11-151-2/+47
* cfg: fix required if option has a dashJulien Danjou2012-10-261-0/+8
* Merge "Allow set_default and set_override to use None"Jenkins2012-08-131-2/+29
|\
| * Allow set_default and set_override to use NoneVishvananda Ishaya2012-08-111-2/+29
* | Tilde expansion for --config-file and --config-dirMark McLoughlin2012-08-111-0/+40
|/
* Add import_opt() method to ConfigOptsMark McLoughlin2012-07-311-0/+26
* Modifies _is_opt_registered fcn to check for duplicate optsGiampaolo Lauria2012-07-241-6/+2
* Update common code to support pep 1.3.Gary Kotton2012-06-181-23/+20
* Add support to include config aliasesJoe Gordon2012-06-061-1/+144
* Fix pep8 errors.Kevin L. Mitchell2012-06-041-1/+1
* cfg: move constructor args to __call__() argsMark McLoughlin2012-05-291-8/+58
* Run pep8 on tests.Russell Bryant2012-05-161-1/+2
* cfg: make reset() clear defaults and overridesMark McLoughlin2012-05-121-0/+42
* Merge "cfg: automatically create option groups"Jenkins2012-05-101-1/+11
|\
| * cfg: automatically create option groupsMark McLoughlin2012-05-101-1/+11
* | cfg: allow options to be marked as requiredMark McLoughlin2012-05-101-0/+93
|/
* New ConfigOpts.find_file() for locating conf filesMark McLoughlin2012-05-011-3/+44
* Support for directory source of config filesEoghan Glynn2012-04-301-40/+113