package e2e

import "github.com/ClickHouse/ch-go/internal/e2e"

Package e2e implements end to end testing utilities.

Index

Constants

const Env = "CH_E2E"

Env variable for E2E tests.

Types

type Status

type Status byte
const (
	NotSet   Status = iota // N/A
	Enabled                // explicitly enabled
	Disabled               // explicitly disabled
)

func Get

func Get(tb testing.TB) Status

Get reports current end-to-end status.

Source Files

e2e.go

Version
v0.57.0-alpha.0
Published
Jun 6, 2023
Platform
js/wasm
Imports
3 packages
Last checked
27 seconds ago

Tools for package owners.