package testenv

Import Path
	github.com/ncruces/go-sqlite3/internal/testenv (on go.dev)

Dependency Relation
	imports 5 packages, and imported by one package

Involved Source Files env.go
Package-Level Type Names (only one)
/* sort by: | */
( Context) Context() context.Context ( Context) Logf(format string, args ...any) github.com/efficientgo/core/testutil.TB (interface) *testing.B *testing.F *testing.T testing.TB (interface) var TB
Package-Level Functions (total 3)
func Write(p []byte) (n int, err error)
func WriteString(s string) (n int, err error)
Package-Level Variables (total 4)
var Exit (int32)
var FS fs.FS
var TB Context