# Functions
Test performs an acceptance test on a backend with the given test case.
# 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
TestCheckFunc is the callback used for Check in TestStep.
TestTeardownFunc is the callback used for Teardown in TestCase.