summaryrefslogtreecommitdiffhomepage
path: root/tests/18_test_Config.py
Commit message (Collapse)AuthorAge
* Fix typo in env var namesGuido Günther2018-01-12
| | | | Thanks: Nish Aravamudan for pointing this out
* 10_test_Config: port to Python3Guido Günther2017-08-02
| | | | Python3 has no asserItemsEqual, sigh
* config: allow to set short optionsGuido Günther2016-09-15
|
* Allow to disable config section deprecationsGuido Günther2015-05-05
| | | | | | | | Config section deprecations can be disabled by setting GBP_DISABLE_SECTION_DEPRECTATION=true in the environment.
* Fixup indentationGuido Günther2015-05-05
| | | | | | to make pylint happy Gbp-Dch: Ignore
* config test: fix missing prefixGuido Günther2015-03-27
| | | | We want to test no prefix, 'gbp-' and 'git-'.
* gbplogtester: add helper to test for empty logGuido Günther2015-03-27
|
* tests: minor test case cleanupsGuido Günther2015-03-27
| | | | Remove unused imports, remove unused variables or actually use them
* Use relative import for testutilsGuido Günther2015-02-20
|
* config: Deprecate legacy config sectionsGuido Günther2015-01-25
| | | | | We deprecate sections starting with git- and gbp- to reduce the confusion about what gets parsed first.
* config: add decorator to add_option_* functionsGuido Günther2014-04-03
| | | | | This allows us to build an internal list of valid options and print these.
* Add minimal 'config' commandGuido Günther2014-04-01
| | | | | | This only allows to print single config values so far. Closes: #733470
* Test option parser fallbacks more thoroughlyGuido Günther2014-04-01
revealing another bug where we overwrote parsed values with defaults Closes: #733759