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.3
Published
Jul 27, 2022
Platform
windows/amd64
Imports
2 packages
Last checked
3 minutes ago

Tools for package owners.