You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With in-memory SQLite databases used for testing, we can remove the test suites since each in-memory database is distinct.
This adds two lines of code to each test that needs the database (calling the setup function and then deferring the teardown), but this is a better developer experience than the test suites currently since these are not well integrated into IDEs.
The text was updated successfully, but these errors were encountered:
With in-memory SQLite databases used for testing, we can remove the test suites since each in-memory database is distinct.
This adds two lines of code to each test that needs the database (calling the setup function and then deferring the teardown), but this is a better developer experience than the test suites currently since these are not well integrated into IDEs.
The text was updated successfully, but these errors were encountered: