storecontract

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Sep 9, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Overview

Package storecontract provides backend-neutral assertions for store.Interface implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunContractTests

func RunContractTests(t *testing.T, setup func(t *testing.T) store.Interface)

RunContractTests runs the backend-neutral store.Interface assertions against a fresh store.Interface built by setup for each subtest. setup is responsible for its own cleanup (e.g. via t.Cleanup).

PostgreSQL-specific behavior such as foreign-key races and transactional notifications is not covered here; see atepg's own test file for that.

Types

This section is empty.

Jump to

Keyboard shortcuts

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