Skip to content

Refactor testutil

Timo Furrer requested to merge refactor-testutil into main

This change sets refactors the helper_test.go functions into it's own package called testutil. This paves us the way of sharing the test utils between the SDK and the framework tests.

Merge request reports