summaryrefslogtreecommitdiff
path: root/tests/libgit2/remote
Commit message (Collapse)AuthorAgeFilesLines
* tests: always unset HTTP_PROXY before starting testsEdward Thomson2023-02-231-21/+15
| | | | | | The remote::httpproxy::env test (correctly) reset the environment before running; however the other tests are also impacted by the environment and need to have it isolated.
* tests: configure temporary homedirs correctlyEdward Thomson2023-02-091-3/+1
| | | | | | 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: move clar into separate directoryEdward Thomson2022-02-221-4/+4
|
* refactor: `tests` is now `tests/libgit2`Edward Thomson2022-02-225-0/+942
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.