summaryrefslogtreecommitdiff
path: root/config_test.go
AgeCommit message (Collapse)Author
2021-04-03add wrapper for git_config_open_default (#758)Vladimir Buzuev
2018-12-25Fixed issues with testspraveen
2017-07-06Fix a couple of issues reported by go-vetCarlos Martín Nieto
2016-08-27Run the tests in parallelCarlos Martín Nieto
This saves about 1s, or 1/3 of the test runtime. The linking is still much slower, but this we can control.
2015-11-02config_test: properly detect failed config writesAugie Fackler
This patch fixes the setup stage of the config tests to notice when the writes fail (eg $PWD is a read-only filesystem) and to correctly skip the entire test function as a result.
2015-10-08Tests config lookup methodsDavid Pierce
2015-10-08Config#LookupString uses git_buf to load valueDavid Pierce