Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Move integration tests to separate package (#2111)
* [PoC] Set up integration tests - with setup # Conflicts: # pkg/sdk/pipes_integration_test.go * Move all remaining integration tests Just move here. `sdk.` prefix is added automatically by IDE. WIP. * Introduce temporary testClient function This allows us to not rename client in all integration tests. WIP. * Introduce temporary testContext function This allows us to not rename ctx in all integration tests. WIP. * Initialize new sdk client for close test * Fix imports ordering * Reintroduce context.Background() for helpers * Move helpers to integration test package part 1 (WIP) * Use random helper functions from integration tests package * Use helper functions from integration tests package (WIP) * Use helper functions from integration tests package part 2 (WIP) * Use helper functions from integration tests package part 3 (WIP) * Export utility methods from sdk * Use temporarily exported error * Use helper functions from integration tests package part 4 (WIP) * Use helper functions from integration tests package part 5 (WIP) * Use helper functions from integration tests package part 6 (WIP) * Use helper functions from integration tests package part 7 (WIP) * Prune old helper * Fix last export problems * Fix linters * Add explanatory comments * Rename package
- Loading branch information