summaryrefslogtreecommitdiff
path: root/git/test/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* tests: move to root dirKonrad Weihmann2020-07-121-373/+0
* Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel2020-07-121-0/+373
* tests: move to root dirKonrad Weihmann2020-07-121-373/+0
* Fix exception causes in 7 modulesRam Rachum2020-06-131-2/+2
* Remove and replace compat.string_typesHarmon2020-02-081-2/+1
* Fix #889: Add DeepSource config and fix some major issuesMohit Solanki2019-09-101-1/+1
* Use items and items_all correctlyA. Jesse Jiryu Davis2019-01-211-1/+11
* Support multiple git config values per optionA. Jesse Jiryu Davis2019-01-201-0/+97
* BF: wrap map into list, since iterator is not well digested by GitConfigParserYaroslav Halchenko2017-11-271-1/+1
* BF: process included files before the restYaroslav Halchenko2017-11-271-0/+16
* Spelling fixesVille Skyttä2017-03-091-1/+1
* src: import os.path as ospKostis Anagnostopoulos2016-10-161-7/+6
* src, config_tc: replace deprecated `failUnlessRaises`Kostis Anagnostopoulos2016-10-031-13/+25
* repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos2016-10-011-2/+1
* ci: restore ci log-level to normal, coverage on Win-AppveyorKostis Anagnostopoulos2016-10-011-5/+3
* cfg_TCs, #519: FIX config resource leaksKostis Anagnostopoulos2016-10-011-78/+93
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-1/+1
* 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