Skip to content

Commit

Permalink
pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pongad committed Dec 8, 2016
1 parent 6b69d59 commit 53db413
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This library provides tools to help write tests for code that uses the following
- [BigQuery] (#testing-code-that-uses-bigquery)
- [Compute] (#testing-code-that-uses-compute)
- [Datastore] (#testing-code-that-uses-datastore)
- [DNS] (#testing-code-that-uses-dns)
- [Logging] (#testing-code-that-uses-logging)
- [PubSub] (#testing-code-that-uses-pubsub)
- [Resource Manager] (#testing-code-that-uses-resource-manager)
Expand Down Expand Up @@ -112,6 +113,10 @@ We recommend that you start the emulator on the remote machine using the [Google
gcloud beta emulators datastore start --host-port <hostname of machine>:<port>
```
### Testing code that uses DNS
Currently, there isn't an emulator for DNS. An alternative is to create a test project.

### Testing code that uses Logging

Currently, there isn't an emulator for Stackdriver Logging, so an alternative is to create a test
Expand Down

0 comments on commit 53db413

Please sign in to comment.