pangeatesting

package
v3.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Live    TestEnvironment = "LVE"
	Develop                 = "DEV"
	Staging                 = "STG"
)

Variables

This section is empty.

Functions

func CreateFile

func CreateFile(t *testing.T, contents []byte) *os.File

func GetConfigID

func GetConfigID(t *testing.T, env TestEnvironment, service string, configNumber int) string

func GetCustomSchemaTestToken

func GetCustomSchemaTestToken(t *testing.T, env TestEnvironment) string

func GetEnvVarOrFail added in v3.7.0

func GetEnvVarOrFail(t *testing.T, varname string) string

func GetMultiConfigTestToken

func GetMultiConfigTestToken(t *testing.T, env TestEnvironment) string

func GetTestDomain

func GetTestDomain(t *testing.T, env TestEnvironment) string

func GetTestToken

func GetTestToken(t *testing.T, env TestEnvironment) string

func GetVaultSignatureTestToken

func GetVaultSignatureTestToken(t *testing.T, env TestEnvironment) string

func SetupServer

func SetupServer() (mux *http.ServeMux, serverURL string, teardown func())

SetupServer sets up a test HTTP server

Tests should register handlers on mux which provide mock responses for the API method being tested.

func TestBody

func TestBody(t *testing.T, r *http.Request, want string)

func TestConfig

func TestConfig(url string) *pangea.Config

func TestMethod

func TestMethod(t *testing.T, r *http.Request, want string)

func TestNewRequestAndDoFailure

func TestNewRequestAndDoFailure(t *testing.T, method string, f func(cfg *pangea.Config) error)

Types

type CustomSchemaEvent

type CustomSchemaEvent struct {
	Message       string              `json:"message"`
	FieldInt      int                 `json:"field_int,omitempty"`
	FieldBool     bool                `json:"field_bool,omitempty"`
	FieldStrShort string              `json:"field_str_short,omitempty"`
	FieldStrLong  string              `json:"field_str_long,omitempty"`
	FieldTime     *pu.PangeaTimestamp `json:"field_time,omitempty"`

	// TenantID field
	TenantID string `json:"tenant_id,omitempty"`
}

func (*CustomSchemaEvent) SetTenant

func (e *CustomSchemaEvent) SetTenant(tid string)

func (*CustomSchemaEvent) Tenant

func (e *CustomSchemaEvent) Tenant() string

type TestEnvironment

type TestEnvironment string

func LoadTestEnvironment added in v3.7.0

func LoadTestEnvironment(serviceName string, def TestEnvironment) TestEnvironment

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL