jason-johnson / terraform-provider-sqlsso

A provider to allow SSO for databases
Mozilla Public License 2.0
2 stars 0 forks source link

Missing Acceptance tests #3

Open jason-johnson opened 3 years ago

jason-johnson commented 3 years ago

We currently do not have any acceptance tests. The reason is that what this provider does is to enable Azure AD authentication on an Azure SQL database. As we don't currently have a way to do this, we just don't do any tests.

Possible ways to do ACC tests:

Issues with Docker containers approach

jason-johnson commented 2 months ago

We now have a test which can be run when locally developing by setting some variables. If these variables are not present the test is skipped.