Documentation ¶
Index ¶
- func Logger() *zerolog.Logger
- func SetupCreateDeviceDefinition(t *testing.T, dm models.DeviceMake, model string, year int, pdb db.Store) *models.DeviceDefinition
- func SetupCreateDeviceIntegration(t *testing.T, dd *models.DeviceDefinition, integrationID string, pdb db.Store) *models.DeviceIntegration
- func SetupCreateMake(t *testing.T, mk string, pdb db.Store) models.DeviceMake
- func SetupCreateSmartCarIntegration(t *testing.T, pdb db.Store) *models.Integration
- func SetupCreateStyle(t *testing.T, deviceDefinitionID string, name string, source string, ...) models.DeviceStyle
- func StartContainerDatabase(ctx context.Context, dbName string, t *testing.T, migrationsDirRelPath string) (db.Store, testcontainers.Container)
- func TruncateTables(db *sql.DB, t *testing.T)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupCreateDeviceDefinition ¶
func SetupCreateDeviceDefinition(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, pdb db.Store) *models.DeviceIntegration
func SetupCreateMake ¶
func SetupCreateStyle ¶
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.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.