package
0.0.0-20241220171159-391a2326e1f1
Repository: https://github.com/kbase/dts.git
Documentation: pkg.go.dev
# Functions
Enables DEBUG log messages for DTS's structured log (slog).
Registers a database test fixture with the given name in the configuration.
Registers an endpoint test fixture with the given name in the configuration, assigning it options that govern its testing behavior, and assigning it the given set of Frictionless DataResources as "test files.".
Given a specified configuration that has been initialized, this function registers test fixtures for databases and endpoints that meet the following criteria: * a database contains the word "test" in its identifier (YAML key) * an endpoint contains the word "test" in its "provider" field Each endpoint test fixture is created with the given set of options and resources.
# Structs
This type implements a databases.Database test fixture.
This type implements an Endpoint test fixture.
This type contains options for Endpoint test fixtures.