summaryrefslogtreecommitdiff
path: root/test/fixtures/git_config_global
Commit message (Collapse)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-0/+25
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-25/+0
|
* tests: move to root dirKonrad Weihmann2020-07-121-0/+25
| | | | | | | | | This should ensure that tests are NOT packaged into release package by setuptools, as tests are development only + fixtures after moving Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-24/+0
| | | | adjusted
* implemented config class as far as necessary, one check is still failingSebastian Thiel2009-10-191-0/+24
Added odict module to get an OrderedDict to be used in the config parser, assuring the order of sections and options does not change