Is there any plan to add unit testing capabilities to the SQL Database Project? #23955
-
In the SSDT project, we had the ability to unit test our database code using the following library: Microsoft.Data.Tools.Schema.Sql.UnitTesting. Is there any plan to offer a .net core equivalent? |
Beta Was this translation helpful? Give feedback.
Answered by
dzsquared
Jul 21, 2023
Replies: 1 comment
-
There isn't an immediate plan for this, but it is on our radar: #12975 In addition to the .NET SQL unit tests, the community library tSQLt is a good option for unit testing against SQL projects. (deploy project and unit tests to container in pipeline, run tests) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
freddie2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There isn't an immediate plan for this, but it is on our radar: #12975
In addition to the .NET SQL unit tests, the community library tSQLt is a good option for unit testing against SQL projects. (deploy project and unit tests to container in pipeline, run tests)