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) { store := NewRepo() repo.AcceptanceTest(t, store, context.Background()) }
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.