summaryrefslogtreecommitdiff
path: root/tests/18_test_Config.py
AgeCommit message (Collapse)Author
2015-03-27config test: fix missing prefixGuido Günther
We want to test no prefix, 'gbp-' and 'git-'.
2015-03-27gbplogtester: add helper to test for empty logGuido Günther
2015-03-27tests: minor test case cleanupsGuido Günther
Remove unused imports, remove unused variables or actually use them
2015-02-20Use relative import for testutilsGuido Günther
2015-01-25config: Deprecate legacy config sectionsGuido Günther
We deprecate sections starting with git- and gbp- to reduce the confusion about what gets parsed first.
2014-04-03config: add decorator to add_option_* functionsGuido Günther
This allows us to build an internal list of valid options and print these.
2014-04-01Add minimal 'config' commandGuido Günther
This only allows to print single config values so far. Closes: #733470
2014-04-01Test option parser fallbacks more thoroughlyGuido Günther
revealing another bug where we overwrote parsed values with defaults Closes: #733759