Clone repository to: $GOPATH/src/github.com/PGSSoft/terraform-provider-mssql
$ cd $GOPATH/src/github.com/PGSSoft/terraform-provider-mssql
$ make installAcceptance tests run MS SQL Server docker container automatically.
Make sure you have Docker installed and configured before running the tests (i.e. make sure you're able to run docker run <image>).
To run all tests, including acceptance tests, using Docker MSSQL image:
$ make dockerAccTestTo run all tests, including acceptance tests, using Azure SQL:
$ az login
$ make azureAccTestTo run only unit tests (excluding tests depending on Docker container or Azure SQL):
$ make testThe project maintained by software development agency PGS Software. See our other open-source projects or contact us to develop your product.