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
Because the actual command to the database is mocked out we don't get an end to end test, which is quite useful in a case like this.
To be able to get to an end to end testcase you'd need to make certain configurations for the databases themselves. Which leads to docker. We'd need to create some kind of testing container for the databases.
The text was updated successfully, but these errors were encountered:
In travis the functional tests were only ever tested for sqlite from what I understand. Ideally the functional tests should be ran for all types of databases since it could technically fail for one database but suceed for another.
Because the actual command to the database is mocked out we don't get an end to end test, which is quite useful in a case like this.
To be able to get to an end to end testcase you'd need to make certain configurations for the databases themselves. Which leads to docker. We'd need to create some kind of testing container for the databases.
The text was updated successfully, but these errors were encountered: