package test

import "github.com/jcmturner/gokrb5/v8/test"

Package test provides useful resources for the testing of gokrb5.

Index

Constants

const (
	IntegrationEnvVar     = "INTEGRATION"
	ADIntegrationEnvVar   = "TESTAD"
	PrivIntegrationEnvVar = "TESTPRIVILEGED"
)

Test enabling environment variable key values.

Functions

func AD(t *testing.T)

AD skips the test unless the AD test environment variable is set.

func Integration

func Integration(t *testing.T)

Integration skips the test unless the integration test environment variable is set.

func Privileged

func Privileged(t *testing.T)

Privileged skips the test that require local root privilege.

Source Files

test.go

Version
v8.4.4 (latest)
Published
Feb 25, 2023
Platform
js/wasm
Imports
2 packages
Last checked
3 hours ago

Tools for package owners.