Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use decoupled but minimal git env in tests
When running in bare CI environments, the git tool is usually not configured yet. By that, common operations like 'git commit' cannot be executed in our tests. However, when running in local environments, the git configuration might vary, making it hard to write robust test code. This patch enhances our default test fixture to always prepare a stable, minimal and decoupled environment. By that, tests that use git can be written without needing the git setup boilerplate code. Signed-off-by: Felix Moessbauer <[email protected]> Signed-off-by: Jan Kiszka <[email protected]>
- Loading branch information