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
I'm thinking we try to test this against the major SQL DBs, such as Oracle, MySQL, Postgress (probably not needed since they have a pretty snazzy client), MsSQL/TSQL/SQLServer, and whatever else that I am probably forgetting.
I would like to employ docker to do this, as it would make spinning up test environments and actually testing our functionally reasonable.
The text was updated successfully, but these errors were encountered:
integration tests at the external level <pkg>_test using live databases in docker-compose.
This should allow you to keep a smooth developer experience with the unit tests while still having your full "real world" coverage at the integration level.
I'm thinking we try to test this against the major SQL DBs, such as Oracle, MySQL, Postgress (probably not needed since they have a pretty snazzy client), MsSQL/TSQL/SQLServer, and whatever else that I am probably forgetting.
I would like to employ docker to do this, as it would make spinning up test environments and actually testing our functionally reasonable.
The text was updated successfully, but these errors were encountered: