aboutsummaryrefslogtreecommitdiff
path: root/git/test/test_config.py
AgeCommit message (Expand)Author
2017-03-09Spelling fixesVille Skyttä
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-03src, config_tc: replace deprecated `failUnlessRaises`Kostis Anagnostopoulos
2016-10-01repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos
2016-10-01ci: restore ci log-level to normal, coverage on Win-AppveyorKostis Anagnostopoulos
2016-10-01cfg_TCs, #519: FIX config resource leaksKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-03-06config parsers as context mangers can now be reentered for locksRaphael Boidol
2016-02-20enable config parsers to be used as context managersRaphael Boidol
2015-09-06fix(config): ignore empty values in config fileSebastian Thiel
2015-04-22fix(config): selective cfg write;fix cfg parserSebastian Thiel
2015-01-19Fixed configuration file test - release call was missing.Sebastian Thiel
2015-01-19Implemented Submodule.rename()Sebastian Thiel
2015-01-14GitConfigParser now respects and merges 'include' sectionsSebastian Thiel
2015-01-10rewrote test-string to have a chance to make flake8 happy.Sebastian Thiel
2015-01-10Implemented multi-line parsing of git-config to the point where a sepcific te...Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Removed 'from X import *' whereever possibleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2011-06-07Greatly improved robustness of config parser - it can now take pretty much ev...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel