Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-24 | Split off tests into a separate logical repository | Klaus 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-23 | test: Clean up target names | Paul Cristian Sarbu | |
Using "test" in the name of a test target is unnecessary and adds gratuitous inconsistencies. | |||
2023-03-03 | test: Add tests for reading in Git proxy settings | Paul Cristian Sarbu | |
2023-03-03 | test: Add tests for reading in Git SSL certification settings | Paul Cristian Sarbu | |
2023-02-17 | tests: Add tests for extended Git repo class with remote operations | Paul Cristian Sarbu | |
Only tests pertaining to methods not covered in the tests of the inherited class were added. | |||
2023-02-17 | tests: Add proper quoting when system calling the shell | Paul Cristian Sarbu | |
2022-12-21 | Test: Add tests for critical git ops | Paul Cristian Sarbu | |