[skip-changelog] Some integration test refactorings (#1911)
* Integrated 'go.bug.st/testsuite' It doesn't make much sense to keep it separate in a different library * Do not use shared download dir for 'cache clean' command tests * Added method to get cli download dir * Create infra for sharing directories between tests * Slighlty improved test output * Non-parallel testing is no longer required * Add more time to complete tests * Update internal/integrationtest/cache/cache_test.go Co-authored-by: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com> Co-authored-by: MatteoPologruto <109663225+MatteoPologruto@users.noreply.github.com>
Showing
... | ... | @@ -58,8 +58,8 @@ require ( |
) | ||
require ( | ||
github.com/rogpeppe/go-internal v1.3.0 | ||
go.bug.st/testifyjson v1.1.1 | ||
go.bug.st/testsuite v0.1.0 | ||
) | ||
require ( | ||
... | ... |
Please register or sign in to comment