summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestOptions/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* testsuite: unlink temporary filesChris St. Pierre2014-11-101-2/+4
| | | | | This cleans up the temporary config files created by the option parsing unit tests. Courtesy Alexander Sulfrian.
* Options: ensure <repository> macros are always fixed upChris St. Pierre2014-11-101-2/+5
| | | | | | | This fixes several cases in which <repository> macros would not be properly processed: options that are not added to the parser yet when early options are parsed; and config file options whose default value is used.
* testsuite: capture stderr by defaultChris St. Pierre2014-11-101-0/+2
| | | | This quiets down a lot of tests, especially for option parsing.
* Test failure to parse config file when bcfg2.conf existsChris St. Pierre2014-11-101-6/+0
|
* testsuite: Added unit tests for new option parsingChris St. Pierre2014-11-101-0/+85