Closed mtlynch closed 2 years ago
Instead of using a mock datastore, it's better to test with the real SQLite datastore implementation. We use the :memory: path to ensure the DB stays in memory and doesn't persist across tests.
Instead of using a mock datastore, it's better to test with the real SQLite datastore implementation. We use the :memory: path to ensure the DB stays in memory and doesn't persist across tests.