Documentation ¶
Overview ¶
Package ormtest contains utilities for testing modules built with the ORM.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMemoryBackend ¶
NewMemoryBackend returns a new ORM memory backend which can be used for testing purposes independent of any storage layer.
Example:
backend := ormtest.NewMemoryBackend() ctx := ormtable.WrapContextDefault() ...
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.