Skip to content

Commit

Permalink
Merge pull request #198 from brunhil/update-readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
tombuildsstuff authored Jan 10, 2020
2 parents 86f5b91 + 52716af commit eb8953c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,11 @@ In order to test the provider, you can simply run `make test`.
$ make test
```

In order to run the full suite of Acceptance tests, run `make testacc`.
The majority of tests in the provider are Acceptance Tests - which provisions real resources in Azure. It's possible to run the entire acceptance test suite by running `make testacc` - however it's likely you'll want to run a subset, which you can do using a prefix, by running:

```
make testacc TESTARGS='-run=TestAccAzureADApplication'
```

The following ENV variables must be set in your shell prior to running acceptance tests:
- ARM_CLIENT_ID
Expand All @@ -97,7 +101,3 @@ The following ENV variables must be set in your shell prior to running acceptanc
- ARM_TEST_LOCATION_ALT

*Note:* Acceptance tests create real resources, and often cost money to run.

```sh
$ make testacc
```

0 comments on commit eb8953c

Please sign in to comment.