ae

package
v1.37.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SharedContext *testContext
	Counter       int
)

Functions

This section is empty.

Types

type Context

type Context interface {
	ctx.Context
	Close()
	DB() db.DB
}

Context interface provides a test context with database access

func NewContext

func NewContext(args ...Options) Context

NewContext creates a new test context with in-memory SQLite backend. This replaces the App Engine aetest functionality with a lightweight in-memory database suitable for unit testing.

type Options

type Options struct {
	AppID                       string
	Debug                       bool
	StronglyConsistentDatastore bool
	Modules                     []string

	// Deprecated
	Noisy      bool
	TaskQueues []string
}

Aliased for simplicity

Jump to

Keyboard shortcuts

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