aslotte/MLOps.NET

Consolidate integration tests

aslotte opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
We currently have to add 3 exact same tests to test CosmosDb, SQLServer and SQLite leading to that we miss adding some tests and it takes longer to implement a new feature.

Describe the solution you'd like
Keep all tests running for each storage provider, but consolidate them to only need to be written once.