Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-21 | tests: use newly defined test suite | Klaus Aehlig | |
... so that linting information gets propagated properly. | |||
2024-07-05 | Remove HermeticLocalTestFixture | Maksim Denisov | |
...and create StorageConfig and Storage in place if needed. | |||
2024-07-05 | Pass StorageConfig to git_repo and git_repo_remote | Maksim Denisov | |
2024-04-08 | test: Add missing includes and fix deps | Paul Cristian Sarbu | |
2024-03-15 | Clean up more includes and targets | Paul Cristian Sarbu | |
Some of the more specific issues addressed: - missing log_level target/include - header-only libs wrongly marking deps as private - missing/misplaced gsl includes | |||
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 | |