package
0.0.0-20240513174111-a311b3bdd62a
Repository: https://github.com/aptrust/registry.git
Documentation: pkg.go.dev
# Functions
ForceFixtureReload forces reloading of all test fixtures.
LoadFixtures wipes out and resets the test database, loading all of the fixtures we use for unit and intergration tests.
# Variables
DropOrder lists tables to be dropped, in the order they should be dropped so we don't violate foreign key constraints.
HasNoIDColumn lists tables that have no identity column.
LoadOrder lists the names of tables for which we have fixture data (csv files) in the order they should be loaded.
No description provided by the author
SafeEnvironments lists which APT_ENV environments are safe for data loading.