aboutsummaryrefslogtreecommitdiff
path: root/test/git/test_config.py
AgeCommit message (Expand)Author
2010-11-15Improved GitConfigurationParser to better deal with streams and the correspon...Sebastian Thiel
2010-03-04Converted all tabs to 4 space characters each to comply with pep8Sebastian Thiel
2009-12-17config: GitConfigReader now allows to override its lock-type. By default it u...Sebastian Thiel
2009-12-09config: fixed incorrect handling of default value in get_valueSebastian Thiel
2009-12-08config.set_value: added more convenient set_value method to ConfigReaderSebastian Thiel
2009-12-08config.get_value: Added default argument including testSebastian Thiel
2009-12-03config: implemented get_value method to have a safe way to make general queri...Sebastian Thiel
2009-10-22Adjusted all remaining test suites to use the new TestBase class where approp...Sebastian Thiel
2009-10-19config: fixed serious issues that would cause it to see initial tabs as conti...Sebastian Thiel
2009-10-19added additional testing for the configuration, concurrent access and config ...Sebastian Thiel
2009-10-19implemented config class as far as necessary, one check is still failingSebastian Thiel
2009-10-18Added frame for configuration reader involving a meta class, decorators and t...Sebastian Thiel