Documentation ¶
Index ¶
- Constants
- func HandleJobExecutorRequest(ctx context.Context, schema *proto.Schema, jobName string, r *http.Request) error
- func HandleSubscriberExecutorRequest(ctx context.Context, schema *proto.Schema, subscriberName string, ...) error
- func MakeContext(t *testing.T, keelSchema string, resetDatabase bool) (context.Context, db.Database, *proto.Schema)
- func Run(ctx context.Context, opts *RunnerOpts) error
- type RunnerOpts
- type TestOutput
Constants ¶
View Source
const ( ActionApiPath = "testingactionsapi" JobPath = "testingjobs" SubscriberPath = "testingsubscribers" )
Variables ¶
This section is empty.
Functions ¶
func HandleJobExecutorRequest ¶ added in v0.368.0
func HandleJobExecutorRequest(ctx context.Context, schema *proto.Schema, jobName string, r *http.Request) error
HandleJobExecutorRequest handles requests the job module in the testing package.
func HandleSubscriberExecutorRequest ¶ added in v0.368.0
func HandleSubscriberExecutorRequest(ctx context.Context, schema *proto.Schema, subscriberName string, r *http.Request) error
HandleSubscriberExecutorRequest handles requests the subscriber module in the testing package.
func MakeContext ¶ added in v0.372.0
Types ¶
type RunnerOpts ¶
type TestOutput ¶
Click to show internal directories.
Click to hide internal directories.