summaryrefslogtreecommitdiff
path: root/test/git/test_config.py
Commit message (Expand)AuthorAgeFilesLines
* flattened test folder structure, didn't adjust any file content yetSebastian Thiel2010-11-211-102/+0
* Improved GitConfigurationParser to better deal with streams and the correspon...Sebastian Thiel2010-11-151-3/+1
* Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel2010-03-041-91/+91
* config: GitConfigReader now allows to override its lock-type. By default it u...Sebastian Thiel2009-12-171-1/+1
* config: fixed incorrect handling of default value in get_valueSebastian Thiel2009-12-091-0/+4
* config.set_value: added more convenient set_value method to ConfigReaderSebastian Thiel2009-12-081-0/+6
* config.get_value: Added default argument including testSebastian Thiel2009-12-081-0/+5
* config: implemented get_value method to have a safe way to make general queri...Sebastian Thiel2009-12-031-0/+2
* Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel2009-10-221-4/+0
* config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel2009-10-191-0/+2
* added additional testing for the configuration, concurrent access and config ...Sebastian Thiel2009-10-191-2/+23
* implemented config class as far as necessary, one check is still failingSebastian Thiel2009-10-191-1/+51
* Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel2009-10-181-0/+18