summaryrefslogtreecommitdiff
path: root/tests/libgit2/config
Commit message (Collapse)AuthorAgeFilesLines
* tests: configure temporary homedirs correctlyEdward Thomson2023-02-092-9/+12
| | | | | | Now that we've split the notion of the home directory from the global configuration store, our tests should use the appropriate one based on what they're doing.
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-2218-0/+3633
Like we want to separate libgit2 and utility source code, we want to separate libgit2 and utility tests. Start by moving all the tests into libgit2.