Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AcceptanceTest ¶
AcceptanceTest is the acceptance test that all implementations of Repo should pass. It should manually be called from a test case in each implementation:
func TestRepo(t *testing.T) { ctx := context.Background() // Or other when testing namespaces. store := NewRepo() repo.AcceptanceTest(t, ctx, store) }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.