# Functions
AccTestPreCheck is a utility hook, which every test suite will call in order to verify if the necessary provider configurations are passed through the environment variables.
No description provided by the author
No description provided by the author
NewTestClient returns a new Prefect API client instance to be used in acceptance tests.
# Constants
RandomStringLength sets the length of the random string used when creating a new random name for a resource via NewRandomEphemeralWorkspace.
TestAccPrefix is the prefix set for all resources created via acceptance testing, so that we can easily identify and clean them up in case of flakiness/failures.
# Variables
TestAccProtoV6ProviderFactories are used to instantiate a provider during acceptance testing.
TestAccProvider defines the actual Provider, which is used during acceptance testing.