summaryrefslogtreecommitdiff
path: root/test/other_tools/git_operations/TARGETS
AgeCommit message (Collapse)Author
2023-05-24Split off tests into a separate logical repositoryKlaus Aehlig
This allows better separation and, in particular, repositories needed only for tests do not have to be provided for building the tools. This also better documents which dependencies are only needed for testing.
2023-03-23test: Clean up target namesPaul Cristian Sarbu
Using "test" in the name of a test target is unnecessary and adds gratuitous inconsistencies.
2023-03-03test: Add tests for reading in Git proxy settingsPaul Cristian Sarbu
2023-03-03test: Add tests for reading in Git SSL certification settingsPaul Cristian Sarbu
2023-02-17tests: Add tests for extended Git repo class with remote operationsPaul Cristian Sarbu
Only tests pertaining to methods not covered in the tests of the inherited class were added.
2023-02-17tests: Add proper quoting when system calling the shellPaul Cristian Sarbu
2022-12-21Test: Add tests for critical git opsPaul Cristian Sarbu