Andrey Em

Results 4 issues of Andrey Em

## Summary Added ability to run tests multiple times with a single SetupSuite and TearDownSuite ## Changes Running go test now accepts flag testify.c which defines how many times we...

enhancement
pkg-suite

FailfastSuite used a callOrder slice that gets populated by the suite methods and compared it to a string literal. When test.count is > 1 callOrder is overpopulated and does not...

bug
pkg-suite
internal/testing

As issue #173 is pretty broad I decided to first work on part of it. Did slight refactoring in fetcher.go for easier testing and added tests for all possible errors...

Added field CustomFormat to DialSettings in internal/settings.go Added field format to computerIDTokenSource in idtoken/compute.go Function computeTokenSource now sets field format to full, and if ds.CustomFormat != "" overwrites the field...