# Functions
Test performs an acceptance test on a backend with the given test case.
TestCheckAuth is a helper to check that a request generated an auth token with the proper policies.
TestCheckAuthDisplayName is a helper to check that a request generated a valid display name.
TestCheckError is a helper to check that a response is an error.
TestCheckMulti is a helper to have multiple checks.
# Constants
TestEnvVar must be set to a non-empty value for acceptance tests to run.
# Interfaces
TestT is the interface used to handle the test lifecycle of a test.
# Type aliases
PreFlightFunc is used to modify request parameters directly before execution in each TestStep.
TestCheckFunc is the callback used for Check in TestStep.
TestTeardownFunc is the callback used for Teardown in TestCase.