dbtest

package
v1.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 29, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Logger

func Logger() *zerolog.Logger

func SetupCreateAutoPiIntegration added in v0.1.41

func SetupCreateAutoPiIntegration(t *testing.T, pdb db.Store) *models.Integration

func SetupCreateDeviceDefinition

func SetupCreateDeviceDefinition(t *testing.T, dm models.DeviceMake, model string, year int, pdb db.Store) *models.DeviceDefinition

func SetupCreateDeviceDefinitionTeslaModel added in v1.0.15

func SetupCreateDeviceDefinitionTeslaModel(t *testing.T, dm models.DeviceMake, model string, year int, pdb db.Store) *models.DeviceDefinition

func SetupCreateDeviceDefinitionWithVehicleInfo added in v0.3.4

func SetupCreateDeviceDefinitionWithVehicleInfo(t *testing.T, dm models.DeviceMake, model string, year int, pdb db.Store) *models.DeviceDefinition

func SetupCreateDeviceDefinitionWithVehicleInfoIncludePowerTrain added in v1.0.14

func SetupCreateDeviceDefinitionWithVehicleInfoIncludePowerTrain(t *testing.T, dm models.DeviceMake, model string, year int, pdb db.Store) *models.DeviceDefinition

func SetupCreateDeviceIntegration

func SetupCreateDeviceIntegration(t *testing.T, dd *models.DeviceDefinition, integrationID string, region string, pdb db.Store) *models.DeviceIntegration

func SetupCreateDeviceType added in v0.2.0

func SetupCreateDeviceType(t *testing.T, pdb db.Store) *models.DeviceType

func SetupCreateHardwareIntegration added in v0.1.21

func SetupCreateHardwareIntegration(t *testing.T, pdb db.Store) *models.Integration

func SetupCreateMake

func SetupCreateMake(t *testing.T, mk string, pdb db.Store) models.DeviceMake

func SetupCreateSmartCarIntegration

func SetupCreateSmartCarIntegration(t *testing.T, pdb db.Store) *models.Integration

func SetupCreateStyle

func SetupCreateStyle(t *testing.T, deviceDefinitionID string, name string, source string, subModel string, pdb db.Store) models.DeviceStyle

func SetupCreateWMI added in v0.7.9

func SetupCreateWMI(t *testing.T, id string, deviceMakeID string, pdb db.Store) *models.Wmi

func SetupIntegrationFeature added in v0.3.5

func SetupIntegrationFeature(t *testing.T, pdb db.Store) *models.IntegrationFeature

func StartContainerDatabase

func StartContainerDatabase(ctx context.Context, dbName string, t *testing.T, migrationsDirRelPath string) (db.Store, testcontainers.Container)

StartContainerDatabase starts postgres container with default test settings, and migrates the db. Caller must terminate container.

func TruncateTables

func TruncateTables(db *sql.DB, t *testing.T)

TruncateTables truncates tables for the test db, useful to run as teardown at end of each DB dependent test.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL