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
either we spawn a database in-memory for each test (feels bad)
or
we make the tests not depend on any insert statements and insert data at very beginning which can be used in all tests.
e.g. our tests can only use select statements, no inserts.
The text was updated successfully, but these errors were encountered:
for this to work:
either we spawn a database in-memory for each test (feels bad)
or
we make the tests not depend on any insert statements and insert data at very beginning which can be used in all tests.
e.g. our tests can only use select statements, no inserts.
The text was updated successfully, but these errors were encountered: