summaryrefslogtreecommitdiff
path: root/git/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* config parsers as context mangers can now be reentered for locksRaphael Boidol2016-03-061-0/+17
* enable config parsers to be used as context managersRaphael Boidol2016-02-201-39/+31
* fix(config): ignore empty values in config fileSebastian Thiel2015-09-061-0/+7
* fix(config): selective cfg write;fix cfg parserSebastian Thiel2015-04-221-6/+9
* Fixed configuration file test - release call was missing.Sebastian Thiel2015-01-191-0/+1
* Implemented Submodule.rename()Sebastian Thiel2015-01-191-0/+13
* GitConfigParser now respects and merges 'include' sectionsSebastian Thiel2015-01-141-1/+67
* rewrote test-string to have a chance to make flake8 happy.Sebastian Thiel2015-01-101-10/+9
* Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel2015-01-101-1/+21
* Make flake8 happySebastian Thiel2015-01-061-0/+1
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-6/+7
* Fixed io types to make tests work on PY2 once again.py3Sebastian Thiel2015-01-051-2/+2
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+2
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-1/+0
* Removed 'from X import *' whereever possibleSebastian Thiel2015-01-041-2/+7
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-2/+2
* Applied autopep8Sebastian Thiel2014-11-191-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-1/+1
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-4/+4
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-0/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-16/+14
* Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel2011-06-071-2/+4
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+102