Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultPostgresHost = "127.0.0.1"
)
View Source
const (
PostgresURLTemplate = "postgres://postgres:postgres@%s:5432/postgres?sslmode=disable"
)
Variables ¶
View Source
var TestType = app.AppTypeStripe
Functions ¶
func InitBillingService ¶
Types ¶
type AppHandlerTestSuite ¶
type AppHandlerTestSuite struct {
Env TestEnv
// contains filtered or unexported fields
}
func (*AppHandlerTestSuite) TestGetMarketplaceListing ¶
func (s *AppHandlerTestSuite) TestGetMarketplaceListing(ctx context.Context, t *testing.T)
TestGet tests the getting of a app by ID
func (*AppHandlerTestSuite) TestListMarketplaceListings ¶
func (s *AppHandlerTestSuite) TestListMarketplaceListings(ctx context.Context, t *testing.T)
TestList tests the listing of apps
Click to show internal directories.
Click to hide internal directories.