summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_cfg.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Provide file extension when when looking for filesBrian Waldon2012-04-261-0/+10
* Merge "Finish implementing MultiStrOpt"Jenkins2012-03-221-7/+16
|\
| * Finish implementing MultiStrOptJohannes Erdfelt2012-03-221-7/+16
* | Avoid leaking secrets into config logging.Eoghan Glynn2012-03-221-3/+9
|/
* Add ConfigOpts.print_help()Mark McLoughlin2012-02-221-0/+10
* PEP8 cleanup (openstack-common)Zhongyue Luo2012-02-111-2/+2
* Disable ConfigParser interpolation (lp#930270)Mark McLoughlin2012-02-101-0/+12
* Makes common/cfg.py raise AttributeErrorVishvananda Ishaya2012-02-021-0/+5
* Add the Mapping interface to cfg.ConfigOptsMark McLoughlin2012-01-271-0/+29
* Merge "Add support to cfg for disabling interspersed args"Jenkins2012-01-231-0/+12
|\
| * Add support to cfg for disabling interspersed argsMark McLoughlin2012-01-231-0/+12
* | Add cfg test case for recursive substitutionMark McLoughlin2012-01-231-0/+8
|/
* Get cfg test cases to 100%Mark McLoughlin2012-01-121-5/+91
* Add cfg test case for exceptions' __str__ methodsMark McLoughlin2012-01-121-0/+39
* Fix some cfg test case naming conflictsMark McLoughlin2012-01-121-18/+18
* Add new cfg moduleMark McLoughlin2012-01-101-0/+784