go fmt
This commit is contained in:
@@ -10,11 +10,11 @@ Testing AnalyticsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService ContextMetrics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var guid interface{}
|
||||
@@ -38,7 +38,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService ContextMetricsWithAverages", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var guid interface{}
|
||||
@@ -52,7 +52,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService ContextMetricsWithAveragesPost", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var guid interface{}
|
||||
@@ -66,7 +66,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService GameGuids", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -79,7 +79,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService GameGuidsFromPostgresRange", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.AnalyticsAPI.GameGuidsFromPostgresRange(context.Background()).Execute()
|
||||
|
||||
@@ -90,7 +90,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService GameGuidsFromPostgresRangeByGame", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.AnalyticsAPI.GameGuidsFromPostgresRangeByGame(context.Background()).Execute()
|
||||
|
||||
@@ -101,7 +101,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService GameLastPitch", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.AnalyticsAPI.GameLastPitch(context.Background()).Execute()
|
||||
|
||||
@@ -112,7 +112,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService HomeRunBallparks", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var guid interface{}
|
||||
@@ -126,7 +126,7 @@ func Test_api_AnalyticsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AnalyticsAPIService ParsedJsonFormattedAnalytics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var guid interface{}
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing AttendanceAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_AttendanceAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_AttendanceAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AttendanceAPIService GetTeamAttendance", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.AttendanceAPI.GetTeamAttendance(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing AwardsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_AwardsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_AwardsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AwardsAPIService AwardRecipients", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var awardId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_AwardsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AwardsAPIService Awards", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var awardId interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_AwardsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test AwardsAPIService Awards1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var awardId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing BatTrackingAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_BatTrackingAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_BatTrackingAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test BatTrackingAPIService BatTracking", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var playId interface{}
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing BiomechanicsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_BiomechanicsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_BiomechanicsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test BiomechanicsAPIService Biomechanical", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var playId interface{}
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing BroadcastAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_BroadcastAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_BroadcastAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test BroadcastAPIService GetAllBroadcasters", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.BroadcastAPI.GetAllBroadcasters(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_BroadcastAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test BroadcastAPIService GetBroadcasts", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.BroadcastAPI.GetBroadcasts(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing ConferenceAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_ConferenceAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_ConferenceAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ConferenceAPIService Conferences", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var conferenceId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_ConferenceAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ConferenceAPIService Conferences1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var conferenceId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing DivisionAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_DivisionAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_DivisionAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DivisionAPIService Divisions", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var divisionId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_DivisionAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DivisionAPIService Divisions1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var divisionId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing DraftAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_DraftAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_DraftAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DraftAPIService DraftPicks", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var year interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_DraftAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DraftAPIService DraftPicks1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var year interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_DraftAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DraftAPIService DraftProspects", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var year interface{}
|
||||
|
||||
@@ -63,7 +63,7 @@ func Test_api_DraftAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DraftAPIService DraftProspects1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var year interface{}
|
||||
|
||||
@@ -76,7 +76,7 @@ func Test_api_DraftAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test DraftAPIService LatestDraftPicks", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var year interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing GamePaceAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_GamePaceAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_GamePaceAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GamePaceAPIService GamePace", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.GamePaceAPI.GamePace(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing GameAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_GameAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService Boxscore", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService ColorFeed", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService ColorTimestamps", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -63,7 +63,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService Content", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -76,7 +76,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService CurrentGameStats1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.GameAPI.CurrentGameStats1(context.Background()).Execute()
|
||||
|
||||
@@ -87,7 +87,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService GetGameContextMetrics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -100,7 +100,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService GetGameWithMetrics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -113,7 +113,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService GetWinProbability", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -126,7 +126,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService Linescore", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -139,7 +139,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService LiveGameDiffPatchV1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -152,7 +152,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService LiveGameV1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -165,7 +165,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService LiveTimestampv11", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -178,7 +178,7 @@ func Test_api_GameAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test GameAPIService PlayByPlay", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing HighLowAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_HighLowAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_HighLowAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HighLowAPIService HighLow", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var highLowType interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_HighLowAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HighLowAPIService HighLowStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.HighLowAPI.HighLowStats(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing HomerunDerbyAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyBracket", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyBracket1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyBracket2", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -63,7 +63,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyBracket3", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -76,7 +76,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyMixedMode", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -89,7 +89,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyMixedMode1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -102,7 +102,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyPool", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
@@ -115,7 +115,7 @@ func Test_api_HomerunDerbyAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test HomerunDerbyAPIService HomeRunDerbyPool1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing JobAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_JobAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_JobAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test JobAPIService Datacasters", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.JobAPI.Datacasters(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_JobAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test JobAPIService GetJobsByType", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.JobAPI.GetJobsByType(context.Background()).Execute()
|
||||
|
||||
@@ -46,7 +46,7 @@ func Test_api_JobAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test JobAPIService OfficialScorers", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.JobAPI.OfficialScorers(context.Background()).Execute()
|
||||
|
||||
@@ -57,7 +57,7 @@ func Test_api_JobAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test JobAPIService UmpireSchedule", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var umpireId interface{}
|
||||
|
||||
@@ -70,7 +70,7 @@ func Test_api_JobAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test JobAPIService Umpires", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.JobAPI.Umpires(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing LeagueAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_LeagueAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarBallot", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarBallot1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarBallot2", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -63,7 +63,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarBallot3", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -76,7 +76,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarFinalVote", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -89,7 +89,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarFinalVote1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -102,7 +102,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarWriteIns", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -115,7 +115,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService AllStarWriteIns1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -128,7 +128,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService League", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -141,7 +141,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService League1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -154,7 +154,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService League2", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
@@ -167,7 +167,7 @@ func Test_api_LeagueAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test LeagueAPIService League3", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var leagueId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing MilestonesAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MilestonesAPIService AchievementStatuses", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MilestonesAPI.AchievementStatuses(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MilestonesAPIService MilestoneDurations", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MilestonesAPI.MilestoneDurations(context.Background()).Execute()
|
||||
|
||||
@@ -46,7 +46,7 @@ func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MilestonesAPIService MilestoneLookups", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MilestonesAPI.MilestoneLookups(context.Background()).Execute()
|
||||
|
||||
@@ -57,7 +57,7 @@ func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MilestonesAPIService MilestoneStatistics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MilestonesAPI.MilestoneStatistics(context.Background()).Execute()
|
||||
|
||||
@@ -68,7 +68,7 @@ func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MilestonesAPIService MilestoneTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MilestonesAPI.MilestoneTypes(context.Background()).Execute()
|
||||
|
||||
@@ -79,7 +79,7 @@ func Test_api_MilestonesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MilestonesAPIService Milestones", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MilestonesAPI.Milestones(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing MiscAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_MiscAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService AggregateSortEnum", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.AggregateSortEnum(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService BaseballStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.BaseballStats(context.Background()).Execute()
|
||||
|
||||
@@ -46,7 +46,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService BroadcastAvailabilityTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.BroadcastAvailabilityTypes(context.Background()).Execute()
|
||||
|
||||
@@ -57,7 +57,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService CoachingVideoTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.CoachingVideoTypes(context.Background()).Execute()
|
||||
|
||||
@@ -68,7 +68,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService EventStatus", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.EventStatus(context.Background()).Execute()
|
||||
|
||||
@@ -79,7 +79,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService EventTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.EventTypes(context.Background()).Execute()
|
||||
|
||||
@@ -90,7 +90,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService FielderDetailTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.FielderDetailTypes(context.Background()).Execute()
|
||||
|
||||
@@ -101,7 +101,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService FreeGameTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.FreeGameTypes(context.Background()).Execute()
|
||||
|
||||
@@ -112,7 +112,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService GameStatus", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.GameStatus(context.Background()).Execute()
|
||||
|
||||
@@ -123,7 +123,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService GameTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.GameTypes(context.Background()).Execute()
|
||||
|
||||
@@ -134,7 +134,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService GamedayTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.GamedayTypes(context.Background()).Execute()
|
||||
|
||||
@@ -145,7 +145,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService GetLookupValues", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.GetLookupValues(context.Background()).Execute()
|
||||
|
||||
@@ -156,7 +156,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService GroupByTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.GroupByTypes(context.Background()).Execute()
|
||||
|
||||
@@ -167,7 +167,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService HitTrajectories", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.HitTrajectories(context.Background()).Execute()
|
||||
|
||||
@@ -178,7 +178,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService JobTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.JobTypes(context.Background()).Execute()
|
||||
|
||||
@@ -189,7 +189,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService Languages", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.Languages(context.Background()).Execute()
|
||||
|
||||
@@ -200,7 +200,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService LeagueLeaderTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.LeagueLeaderTypes(context.Background()).Execute()
|
||||
|
||||
@@ -211,7 +211,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService LogicalEvents", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.LogicalEvents(context.Background()).Execute()
|
||||
|
||||
@@ -222,7 +222,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService MediaStateTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.MediaStateTypes(context.Background()).Execute()
|
||||
|
||||
@@ -233,7 +233,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService Metrics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.Metrics(context.Background()).Execute()
|
||||
|
||||
@@ -244,7 +244,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService MoundVisitTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.MoundVisitTypes(context.Background()).Execute()
|
||||
|
||||
@@ -255,7 +255,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService PerformerTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.PerformerTypes(context.Background()).Execute()
|
||||
|
||||
@@ -266,7 +266,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService PitchCodes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.PitchCodes(context.Background()).Execute()
|
||||
|
||||
@@ -277,7 +277,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService PitchTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.PitchTypes(context.Background()).Execute()
|
||||
|
||||
@@ -288,7 +288,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService Platforms", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.Platforms(context.Background()).Execute()
|
||||
|
||||
@@ -299,7 +299,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService PlayerStatusCodes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.PlayerStatusCodes(context.Background()).Execute()
|
||||
|
||||
@@ -310,7 +310,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService Positions", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.Positions(context.Background()).Execute()
|
||||
|
||||
@@ -321,7 +321,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService ReviewReasons", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.ReviewReasons(context.Background()).Execute()
|
||||
|
||||
@@ -332,7 +332,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService RoofTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.RoofTypes(context.Background()).Execute()
|
||||
|
||||
@@ -343,7 +343,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService RosterTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.RosterTypes(context.Background()).Execute()
|
||||
|
||||
@@ -354,7 +354,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService RuleSettings", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.RuleSettings(context.Background()).Execute()
|
||||
|
||||
@@ -365,7 +365,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService RunnerDetailTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.RunnerDetailTypes(context.Background()).Execute()
|
||||
|
||||
@@ -376,7 +376,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService ScheduleEventTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.ScheduleEventTypes(context.Background()).Execute()
|
||||
|
||||
@@ -387,7 +387,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService ScheduleTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.ScheduleTypes(context.Background()).Execute()
|
||||
|
||||
@@ -398,7 +398,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService SitCodes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.SitCodes(context.Background()).Execute()
|
||||
|
||||
@@ -409,7 +409,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService Sky", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.Sky(context.Background()).Execute()
|
||||
|
||||
@@ -420,7 +420,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StandingsTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StandingsTypes(context.Background()).Execute()
|
||||
|
||||
@@ -431,7 +431,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatFields", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatFields(context.Background()).Execute()
|
||||
|
||||
@@ -442,7 +442,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatGroups", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatGroups(context.Background()).Execute()
|
||||
|
||||
@@ -453,7 +453,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatSearchConfig", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatSearchConfig(context.Background()).Execute()
|
||||
|
||||
@@ -464,7 +464,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatSearchGroupByTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatSearchGroupByTypes(context.Background()).Execute()
|
||||
|
||||
@@ -475,7 +475,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatSearchParams", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatSearchParams(context.Background()).Execute()
|
||||
|
||||
@@ -486,7 +486,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatSearchStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatSearchStats(context.Background()).Execute()
|
||||
|
||||
@@ -497,7 +497,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatTypes(context.Background()).Execute()
|
||||
|
||||
@@ -508,7 +508,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService StatcastPositionTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.StatcastPositionTypes(context.Background()).Execute()
|
||||
|
||||
@@ -519,7 +519,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService TrackingSoftwareVersions", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.TrackingSoftwareVersions(context.Background()).Execute()
|
||||
|
||||
@@ -530,7 +530,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService TrackingSystemOwners", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.TrackingSystemOwners(context.Background()).Execute()
|
||||
|
||||
@@ -541,7 +541,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService TrackingVendors", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.TrackingVendors(context.Background()).Execute()
|
||||
|
||||
@@ -552,7 +552,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService TrackingVersions", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.TrackingVersions(context.Background()).Execute()
|
||||
|
||||
@@ -563,7 +563,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService TransactionTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.TransactionTypes(context.Background()).Execute()
|
||||
|
||||
@@ -574,7 +574,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService UpdateGameStatuses", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.UpdateGameStatuses(context.Background()).Execute()
|
||||
|
||||
@@ -585,7 +585,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService UpdateJobTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.UpdateJobTypes(context.Background()).Execute()
|
||||
|
||||
@@ -596,7 +596,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService VideoResolutionTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.VideoResolutionTypes(context.Background()).Execute()
|
||||
|
||||
@@ -607,7 +607,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService ViolationTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.ViolationTypes(context.Background()).Execute()
|
||||
|
||||
@@ -618,7 +618,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService WeatherTrajectoryConfidences", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.WeatherTrajectoryConfidences(context.Background()).Execute()
|
||||
|
||||
@@ -629,7 +629,7 @@ func Test_api_MiscAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test MiscAPIService WindDirection", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.MiscAPI.WindDirection(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing PersonAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_PersonAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService Award", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var personId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService CurrentGameStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.PersonAPI.CurrentGameStats(context.Background()).Execute()
|
||||
|
||||
@@ -48,7 +48,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService FreeAgents", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.PersonAPI.FreeAgents(context.Background()).Execute()
|
||||
|
||||
@@ -59,7 +59,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService Person", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var personId interface{}
|
||||
|
||||
@@ -72,7 +72,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService Person1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var personId interface{}
|
||||
|
||||
@@ -85,7 +85,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService PlayerGameStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var personId interface{}
|
||||
var gamePk interface{}
|
||||
@@ -99,7 +99,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService Search", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.PersonAPI.Search(context.Background()).Execute()
|
||||
|
||||
@@ -110,7 +110,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService Stats3", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var personId interface{}
|
||||
|
||||
@@ -123,7 +123,7 @@ func Test_api_PersonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PersonAPIService StatsMetrics", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var personId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing PredictionsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_PredictionsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_PredictionsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PredictionsAPIService GetProps", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.PredictionsAPI.GetProps(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_PredictionsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test PredictionsAPIService GetPropsAdjust", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.PredictionsAPI.GetPropsAdjust(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing ReviewsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_ReviewsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_ReviewsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ReviewsAPIService GetReviewInfo", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ReviewsAPI.GetReviewInfo(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing ScheduleAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService PostseasonSchedule", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.PostseasonSchedule(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService PostseasonScheduleSeries", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.PostseasonScheduleSeries(context.Background()).Execute()
|
||||
|
||||
@@ -46,7 +46,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService Schedule", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.Schedule(context.Background()).Execute()
|
||||
|
||||
@@ -57,7 +57,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService Schedule1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.Schedule1(context.Background()).Execute()
|
||||
|
||||
@@ -68,7 +68,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService TieGames", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.TieGames(context.Background()).Execute()
|
||||
|
||||
@@ -79,7 +79,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService TrackingEventsSchedule", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.TrackingEventsSchedule(context.Background()).Execute()
|
||||
|
||||
@@ -90,7 +90,7 @@ func Test_api_ScheduleAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test ScheduleAPIService TuneIn", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.ScheduleAPI.TuneIn(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing SeasonAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_SeasonAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_SeasonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SeasonAPIService AllSeasons", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.SeasonAPI.AllSeasons(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_SeasonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SeasonAPIService Seasons", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var seasonId interface{}
|
||||
|
||||
@@ -48,7 +48,7 @@ func Test_api_SeasonAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SeasonAPIService Seasons1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var seasonId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing SkeletalAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_SkeletalAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_SkeletalAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SkeletalAPIService SkeletalChunked", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var playId interface{}
|
||||
@@ -38,7 +38,7 @@ func Test_api_SkeletalAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SkeletalAPIService SkeletalDataFileNames", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var playId interface{}
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing SportsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_SportsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_SportsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SportsAPIService AllSportBallot", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var sportId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_SportsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SportsAPIService SportPlayers", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var sportId interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_SportsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SportsAPIService Sports", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var sportId interface{}
|
||||
|
||||
@@ -63,7 +63,7 @@ func Test_api_SportsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test SportsAPIService Sports1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var sportId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing StandingsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_StandingsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_StandingsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StandingsAPIService Standings", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var standingsType interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_StandingsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StandingsAPIService Standings1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var standingsType interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing StatsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_StatsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService BeastStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.BeastStats(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService GetOutsAboveAverage", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.GetOutsAboveAverage(context.Background()).Execute()
|
||||
|
||||
@@ -46,7 +46,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService GetSprayChart", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.GetSprayChart(context.Background()).Execute()
|
||||
|
||||
@@ -57,7 +57,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService GetStolenBaseProbability", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.GetStolenBaseProbability(context.Background()).Execute()
|
||||
|
||||
@@ -68,7 +68,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService GroupedStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.GroupedStats(context.Background()).Execute()
|
||||
|
||||
@@ -79,7 +79,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService Leaders2", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.Leaders2(context.Background()).Execute()
|
||||
|
||||
@@ -90,7 +90,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService MetricStats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.MetricStats(context.Background()).Execute()
|
||||
|
||||
@@ -101,7 +101,7 @@ func Test_api_StatsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StatsAPIService Stats2", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StatsAPI.Stats2(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing StreaksAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_StreaksAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_StreaksAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StreaksAPIService GetStreaks", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StreaksAPI.GetStreaks(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_StreaksAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test StreaksAPIService StreakTypes", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.StreaksAPI.StreakTypes(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing TeamsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_TeamsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Affiliates", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Affiliates1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -50,7 +50,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService AllTeams", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -63,7 +63,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService AllTeams1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -76,7 +76,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Alumni", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -89,7 +89,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Coaches", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -102,7 +102,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Leaders", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -115,7 +115,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Leaders1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.TeamsAPI.Leaders1(context.Background()).Execute()
|
||||
|
||||
@@ -126,7 +126,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Personnel", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -139,7 +139,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Roster", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
var rosterType interface{}
|
||||
@@ -153,7 +153,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Roster1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
var rosterType interface{}
|
||||
@@ -167,7 +167,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Stats", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -180,7 +180,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Stats1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.TeamsAPI.Stats1(context.Background()).Execute()
|
||||
|
||||
@@ -191,7 +191,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Teams", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -204,7 +204,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService Teams1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
@@ -217,7 +217,7 @@ func Test_api_TeamsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TeamsAPIService UpdateAlumni", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var teamId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing TransactionsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_TransactionsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_TransactionsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test TransactionsAPIService Transactions", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.TransactionsAPI.Transactions(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing UniformsAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_UniformsAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_UniformsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test UniformsAPIService UniformsByGame", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.UniformsAPI.UniformsByGame(context.Background()).Execute()
|
||||
|
||||
@@ -35,7 +35,7 @@ func Test_api_UniformsAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test UniformsAPIService UniformsByTeam", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
httpRes, err := apiClient.UniformsAPI.UniformsByTeam(context.Background()).Execute()
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing VenuesAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_VenuesAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_VenuesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test VenuesAPIService Venues", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var venueId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_VenuesAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test VenuesAPIService Venues1", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var venueId interface{}
|
||||
|
||||
|
||||
@@ -10,11 +10,11 @@ Testing WeatherAPIService
|
||||
package api
|
||||
|
||||
import (
|
||||
openapiclient "//"
|
||||
"context"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"github.com/stretchr/testify/require"
|
||||
"testing"
|
||||
openapiclient "//"
|
||||
)
|
||||
|
||||
func Test_api_WeatherAPIService(t *testing.T) {
|
||||
@@ -24,7 +24,7 @@ func Test_api_WeatherAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test WeatherAPIService WeatherBasic", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var venueId interface{}
|
||||
|
||||
@@ -37,7 +37,7 @@ func Test_api_WeatherAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test WeatherAPIService WeatherDataBasedOnPlay", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var playId interface{}
|
||||
@@ -51,7 +51,7 @@ func Test_api_WeatherAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test WeatherAPIService WeatherForecast", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var gamePk interface{}
|
||||
var roofType interface{}
|
||||
@@ -65,7 +65,7 @@ func Test_api_WeatherAPIService(t *testing.T) {
|
||||
|
||||
t.Run("Test WeatherAPIService WeatherFull", func(t *testing.T) {
|
||||
|
||||
t.Skip("skip test") // remove to run test
|
||||
t.Skip("skip test") // remove to run test
|
||||
|
||||
var venueId interface{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user