Skip to content

testhelper: Fix git import cycle

Patrick Steinhardt requested to merge pks-testhelper-fix-git-import-cycle into master

This MR fixes an import cycle between the testhelper and git packages, which bars us from using the git command DSL in the testhelper. The fix is to split up the testhelper package into git helpers in internal/git/gittest and non-git helpers which remain in internal/testhelper.

Merge request reports

Loading