Testing
🚦Gosip automated testing
Last updated
Was this helpful?
Was this helpful?
SPAUTH_ENVCODE=spo go test ./api/... -v -race -count=1
SPAUTH_ENVCODE=2013 go test ./api/... -v -race -count=1if envCode != "spo" {
t.Skip("is not supported with old SharePoint versions")
}go run ./cmd/testgo run ./cmd/test -strategy adfsgo test ./... -v -race -count=1
SPAUTH_ENVCODE=spo SPAPI_HEAVY_TESTS=true go test ./api/... -v -race -count=1