Skip to content

Commit 53db413

Browse files
committed
pr comment
1 parent 6b69d59 commit 53db413

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

TESTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This library provides tools to help write tests for code that uses the following
55
- [BigQuery] (#testing-code-that-uses-bigquery)
66
- [Compute] (#testing-code-that-uses-compute)
77
- [Datastore] (#testing-code-that-uses-datastore)
8+
- [DNS] (#testing-code-that-uses-dns)
89
- [Logging] (#testing-code-that-uses-logging)
910
- [PubSub] (#testing-code-that-uses-pubsub)
1011
- [Resource Manager] (#testing-code-that-uses-resource-manager)
@@ -112,6 +113,10 @@ We recommend that you start the emulator on the remote machine using the [Google
112113
gcloud beta emulators datastore start --host-port <hostname of machine>:<port>
113114
```
114115

116+
### Testing code that uses DNS
117+
118+
Currently, there isn't an emulator for DNS. An alternative is to create a test project.
119+
115120
### Testing code that uses Logging
116121

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

0 commit comments

Comments
 (0)