-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hi,
While TinyORM has a test suite that completes execution by running ctest -C $config
in it's build directory, the majority of tests will be skipped unless at least one of the DB_MYSQL_DATABASE, DB_POSTGRES_DATABASE or DB_SQLITE_DATABASE environment variables defined to a test database that has previously been migrated to the schema used by the tests.
The testdata_tom application can be used in order to apply the corresponding schema migration(s), however, this is not done automatically by the test suite.
Metadata
Metadata
Assignees
Labels
No labels