package
Version:
v1.0.0-beta.3
Opens a new window with list of versions in this module.
Published: May 11, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package ormtest contains utilities for testing modules built with the ORM.
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()
...
Source Files
¶
Click to show internal directories.
Click to hide internal directories.