Documentation ¶ Index ¶ func FullTestORM(t *testing.T, name string, migrate bool, loadFixtures ...bool) (*cltest.TestConfig, *orm.ORM, func()) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FullTestORM ¶ func FullTestORM(t *testing.T, name string, migrate bool, loadFixtures ...bool) (*cltest.TestConfig, *orm.ORM, func()) FullTestORM creates an ORM which runs in a separate database than the normal unit tests, so you can do things like use other Postgres connection types with it. Types ¶ This section is empty. Source Files ¶ View all Source files orm.go Click to show internal directories. Click to hide internal directories.